IDEMPIERE-6216 Usability - Initial Tenant Setup - Missing required parameters (#2441)

This commit is contained in:
Carlos Ruiz 2024-08-21 08:38:03 +02:00
parent 1f913baa7a
commit cdfa764b08
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,10 @@
-- IDEMPIERE-6216
SELECT register_migration_script('202408201236_IDEMPIERE-6216.sql') FROM dual;
SET SQLBLANKLINES ON
SET DEFINE OFF
-- Aug 20, 2024, 12:36:08 PM CEST
UPDATE AD_Process_Para SET MandatoryLogic='@UseDefaultCoA@=N',Updated=TO_TIMESTAMP('2024-08-20 12:36:08','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_Para_ID=53296
;

View File

@ -0,0 +1,7 @@
-- IDEMPIERE-6216
SELECT register_migration_script('202408201236_IDEMPIERE-6216.sql') FROM dual;
-- Aug 20, 2024, 12:36:08 PM CEST
UPDATE AD_Process_Para SET MandatoryLogic='@UseDefaultCoA@=N',Updated=TO_TIMESTAMP('2024-08-20 12:36:08','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_Para_ID=53296
;