From 31904d9a6b8ef08fc1e406480f5693bcd47450d0 Mon Sep 17 00:00:00 2001 From: vpj-cd Date: Tue, 5 Jan 2010 07:33:25 +0000 Subject: [PATCH] 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 --- migration/354a-trunk/oracle/655_BF2923042.sql | 5 +++++ migration/354a-trunk/postgresql/655_BF2923042.sql | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 migration/354a-trunk/oracle/655_BF2923042.sql create mode 100644 migration/354a-trunk/postgresql/655_BF2923042.sql diff --git a/migration/354a-trunk/oracle/655_BF2923042.sql b/migration/354a-trunk/oracle/655_BF2923042.sql new file mode 100644 index 0000000000..5407200a5f --- /dev/null +++ b/migration/354a-trunk/oracle/655_BF2923042.sql @@ -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 +; + diff --git a/migration/354a-trunk/postgresql/655_BF2923042.sql b/migration/354a-trunk/postgresql/655_BF2923042.sql new file mode 100644 index 0000000000..3eed931968 --- /dev/null +++ b/migration/354a-trunk/postgresql/655_BF2923042.sql @@ -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 +; +