IDEMPIERE-5699 - Deactivated Product Info toolbar button (#1809)
This commit is contained in:
parent
60c0bf681f
commit
1de363d65d
|
@ -0,0 +1,10 @@
|
||||||
|
-- IDEMPIERE-5699 - Deactivate Product Info toolbar button
|
||||||
|
SELECT register_migration_script('202304281200_IDEMPIERE-5699.sql') FROM dual;
|
||||||
|
|
||||||
|
SET SQLBLANKLINES ON
|
||||||
|
SET DEFINE OFF
|
||||||
|
|
||||||
|
-- Apr 28, 2023, 12:00:37 PM CEST
|
||||||
|
UPDATE AD_ToolBarButton SET IsActive='N',Updated=TO_TIMESTAMP('2023-04-28 12:00:37','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_ToolBarButton_ID=200056
|
||||||
|
;
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
-- IDEMPIERE-5699 - Deactivate Product Info toolbar button
|
||||||
|
SELECT register_migration_script('202304281200_IDEMPIERE-5699.sql') FROM dual;
|
||||||
|
|
||||||
|
-- Apr 28, 2023, 12:00:37 PM CEST
|
||||||
|
UPDATE AD_ToolBarButton SET IsActive='N',Updated=TO_TIMESTAMP('2023-04-28 12:00:37','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_ToolBarButton_ID=200056
|
||||||
|
;
|
||||||
|
|
Loading…
Reference in New Issue