FR [2835168] - Minor problem found in dictionary

https://sourceforge.net/tracker/?func=detail&aid=2835168&group_id=176962&atid=934929
This commit is contained in:
Carlos Ruiz 2009-08-10 21:33:13 +00:00
parent 17df1e84c2
commit e7020b067a
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- Aug 10, 2009 4:18:22 PM COT
-- Minor payroll dictionary problem
UPDATE AD_Field SET IsCentrallyMaintained='Y',Updated=TO_DATE('2009-08-10 16:18:22','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=54838
;

View File

@ -0,0 +1,5 @@
-- Aug 10, 2009 4:18:22 PM COT
-- Minor payroll dictionary problem
UPDATE AD_Field SET IsCentrallyMaintained='Y',Updated=TO_TIMESTAMP('2009-08-10 16:18:22','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=54838
;