IDEMPIERE-4788 Spelling mistake menu "Accounting Fact Reconcilation (manual)". Correct to "Reconciliation" #resolve (#1179)

This commit is contained in:
Layda Salas 2022-02-12 07:09:06 +01:00 committed by GitHub
parent d193a7306f
commit 05261fa747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,12 @@
SET SQLBLANKLINES ON
SET DEFINE OFF
-- Feb 11, 2022, 4:40:02 PM CET
UPDATE AD_Form SET Name='Accounting Fact Reconciliation (manual)',Updated=TO_DATE('2022-02-11 16:40:02','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Form_ID=53016
;
-- Feb 11, 2022, 4:40:03 PM CET
UPDATE AD_Menu SET Name='Accounting Fact Reconciliation (manual)', Description=NULL, IsActive='Y',Updated=TO_DATE('2022-02-11 16:40:03','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Menu_ID=53289
;
SELECT register_migration_script('202202111643_IDEMPIERE-4788.sql') FROM dual;

View File

@ -0,0 +1,9 @@
-- Feb 11, 2022, 4:40:02 PM CET
UPDATE AD_Form SET Name='Accounting Fact Reconciliation (manual)',Updated=TO_TIMESTAMP('2022-02-11 16:40:02','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Form_ID=53016
;
-- Feb 11, 2022, 4:40:03 PM CET
UPDATE AD_Menu SET Name='Accounting Fact Reconciliation (manual)', Description=NULL, IsActive='Y',Updated=TO_TIMESTAMP('2022-02-11 16:40:03','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Menu_ID=53289
;
SELECT register_migration_script('202202111643_IDEMPIERE-4788.sql') FROM dual;