Fix [ 1863640 ] Window View Allocation is showing Post button

This commit is contained in:
Carlos Ruiz 2008-01-03 23:47:00 +00:00
parent bc0d60b053
commit 5f56546335
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- Jan 3, 2008 6:21:50 PM COT
-- 1863640 - Window View Allocation is showing Post button
UPDATE AD_Field SET DisplayLogic='@Processed@=Y & @#ShowAcct@=Y',Updated=TO_DATE('2008-01-03 18:21:50','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=10430
;

View File

@ -0,0 +1,5 @@
-- Jan 3, 2008 6:21:51 PM COT
-- 1863640 - Window View Allocation is showing Post button
UPDATE AD_Field SET DisplayLogic='@Processed@=Y & @#ShowAcct@=Y',Updated=TO_TIMESTAMP('2008-01-03 18:21:50','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=10430
;