IDEMPIERE-5699 - Deactivated Product Info toolbar button (#1809)

This commit is contained in:
Diego Ruiz 2023-04-28 13:18:57 +02:00 committed by GitHub
parent 60c0bf681f
commit 1de363d65d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

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

View File

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