Integrate revision 11222

Problems in Requisition window - fix dictionary to avoid making the second tab read-write after navigating to third tab

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2923042
This commit is contained in:
vpj-cd 2010-01-05 07:33:25 +00:00
parent 78d697acff
commit 31904d9a6b
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- Jan 4, 2010 5:36:54 PM COT
-- 2923042_Problems in Requisition window
UPDATE AD_Field SET IsActive='N', IsDisplayed='N', SeqNo=0,Updated=TO_DATE('2010-01-04 17:36:54','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=12463
;

View File

@ -0,0 +1,5 @@
-- Jan 4, 2010 5:36:54 PM COT
-- 2923042_Problems in Requisition window
UPDATE AD_Field SET IsActive='N', IsDisplayed='N', SeqNo=0,Updated=TO_TIMESTAMP('2010-01-04 17:36:54','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=12463
;