[ 2871045 ] Activity Control Report - cannot save

https://sourceforge.net/tracker/?func=detail&atid=934929&aid=2871045&group_id=176962
This commit is contained in:
teo_sarca 2009-10-01 05:03:47 +00:00
parent 72d335281c
commit 66f09fd9c5
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
-- Oct 1, 2009 7:57:37 AM EEST
UPDATE AD_Field SET IsMandatory='Y',Updated=TO_DATE('2009-10-01 07:57:37','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=53991
;

View File

@ -0,0 +1,4 @@
-- Oct 1, 2009 7:57:37 AM EEST
UPDATE AD_Field SET IsMandatory='Y',Updated=TO_TIMESTAMP('2009-10-01 07:57:37','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=53991
;