Fix [ 2015349 ] Changes to Payment Selection and Print

This commit is contained in:
Carlos Ruiz 2008-07-11 08:26:34 +00:00
parent 9b8f2ac877
commit 6da7b54dd9
3 changed files with 788 additions and 693 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
-- Jul 11, 2008 3:04:33 AM COT
-- Changes to Payment Selection and Print
UPDATE AD_Column SET AD_Reference_Value_ID=343,Updated=TO_DATE('2008-07-11 03:04:33','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=7719
;

View File

@ -0,0 +1,4 @@
-- Jul 11, 2008 3:04:33 AM COT
-- Changes to Payment Selection and Print
UPDATE AD_Column SET AD_Reference_Value_ID=343,Updated=TO_TIMESTAMP('2008-07-11 03:04:33','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=7719
;