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:
parent
78d697acff
commit
31904d9a6b
|
@ -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
|
||||||
|
;
|
||||||
|
|
|
@ -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
|
||||||
|
;
|
||||||
|
|
Loading…
Reference in New Issue