IDEMPIERE-1820:node parameter tab (in workfow window) should hidden when not need

This commit is contained in:
hieplq 2014-03-16 13:51:20 +07:00
parent b785b23243
commit 9a464977a4
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,9 @@
SET SQLBLANKLINES ON
SET DEFINE OFF
-- Mar 16, 2014 1:47:55 PM ICT
-- IDEMPIERE-1820 node parameter tab (in workfow window) should hidden when not need
UPDATE AD_Tab SET DisplayLogic='@Action@=P|@Action@=R',Updated=TO_DATE('2015-09-28 09:48:22','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=577
;
SELECT register_migration_script('210509280947_IDEMPIERE-1820.sql') FROM dual
;

View File

@ -0,0 +1,6 @@
-- Mar 16, 2014 1:47:55 PM ICT
-- IDEMPIERE-1820 node parameter tab (in workfow window) should hidden when not need
UPDATE AD_Tab SET DisplayLogic='@Action@=P|@Action@=R',Updated=TO_TIMESTAMP('2015-09-28 09:48:22','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=577
;
SELECT register_migration_script('210509280947_IDEMPIERE-1820.sql') FROM dual
;