From 968727b437c7d4cc660cbe9c84a0a51967e420d9 Mon Sep 17 00:00:00 2001 From: teo_sarca Date: Wed, 18 Feb 2009 10:29:49 +0000 Subject: [PATCH] [ 2612129 ] Manufacturing window included tab not refreshed https://sourceforge.net/tracker/index.php?func=detail&aid=2612129&group_id=176962&atid=934929 As a workaround i changed the Manufacturing Order Window, Components Tab and i set the where clause: PP_Order_ID=@PP_Order_ID@ AND PP_Order_BOM_ID=@PP_Order_BOM_ID@ More comments regarding this Swing issue on proper tracker (see #2596107). --- migration/353a-trunk/oracle/426_003_BF2612129.sql | 5 +++++ migration/353a-trunk/postgresql/426_003_BF2612129.sql | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 migration/353a-trunk/oracle/426_003_BF2612129.sql create mode 100644 migration/353a-trunk/postgresql/426_003_BF2612129.sql diff --git a/migration/353a-trunk/oracle/426_003_BF2612129.sql b/migration/353a-trunk/oracle/426_003_BF2612129.sql new file mode 100644 index 0000000000..ea732e0c57 --- /dev/null +++ b/migration/353a-trunk/oracle/426_003_BF2612129.sql @@ -0,0 +1,5 @@ +-- Feb 18, 2009 12:13:16 PM EET +-- +UPDATE AD_Tab SET WhereClause='PP_Order_ID=@PP_Order_ID@ AND PP_Order_BOM_ID=@PP_Order_BOM_ID@',Updated=TO_DATE('2009-02-18 12:13:14','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Tab_ID=53039 +; + diff --git a/migration/353a-trunk/postgresql/426_003_BF2612129.sql b/migration/353a-trunk/postgresql/426_003_BF2612129.sql new file mode 100644 index 0000000000..db34448ad1 --- /dev/null +++ b/migration/353a-trunk/postgresql/426_003_BF2612129.sql @@ -0,0 +1,5 @@ +-- Feb 18, 2009 12:13:16 PM EET +-- +UPDATE AD_Tab SET WhereClause='PP_Order_ID=@PP_Order_ID@ AND PP_Order_BOM_ID=@PP_Order_BOM_ID@',Updated=TO_TIMESTAMP('2009-02-18 12:13:14','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=0 WHERE AD_Tab_ID=53039 +; +