IDEMPIERE-6216 Usability - Initial Tenant Setup - Missing required parameters (#2441)
This commit is contained in:
parent
1f913baa7a
commit
cdfa764b08
|
|
@ -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
|
||||||
|
;
|
||||||
|
|
||||||
|
|
@ -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
|
||||||
|
;
|
||||||
|
|
||||||
Loading…
Reference in New Issue