Fix "Tax Rate Parent" window: field "Summary" should be readonly and should have default logic "Y" since the tab where clause is "IsSummary='Y'"

This commit is contained in:
teo_sarca 2008-07-25 18:53:01 +00:00
parent 4c18657ad7
commit 275258c921
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- 25.07.2008 21:48:11 EEST
--
UPDATE AD_Field SET DefaultValue='Y', IsReadOnly='Y',Updated=TO_DATE('2008-07-25 21:48:11','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=54515
;

View File

@ -0,0 +1,5 @@
-- 25.07.2008 21:48:11 EEST
--
UPDATE AD_Field SET DefaultValue='Y', IsReadOnly='Y',Updated=TO_TIMESTAMP('2008-07-25 21:48:11','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Field_ID=54515
;