[ 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).
This commit is contained in:
teo_sarca 2009-02-18 10:29:49 +00:00
parent df09d1db0b
commit 968727b437
2 changed files with 10 additions and 0 deletions

View File

@ -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
;

View File

@ -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
;