IDEMPIERE-1820:node parameter tab (in workfow window) should hidden when not need
This commit is contained in:
parent
b785b23243
commit
9a464977a4
|
@ -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
|
||||
;
|
|
@ -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
|
||||
;
|
Loading…
Reference in New Issue