IDEMPIERE-962 Misspelled words and/or sentences
This commit is contained in:
parent
a84ce786db
commit
646358f70b
|
@ -0,0 +1,23 @@
|
||||||
|
-- May 27, 2013 10:43:09 AM COT
|
||||||
|
-- IDEMPIERE-962 Misspelled words and/or sentences
|
||||||
|
UPDATE AD_Process SET Description='Validate that the workflow is correct',Updated=TO_DATE('2013-05-27 10:43:09','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_ID=304
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 27, 2013 10:55:51 AM COT
|
||||||
|
-- IDEMPIERE-962 Misspelled words and/or sentences
|
||||||
|
UPDATE AD_Workflow SET IsValid='Y', Description='(Standard Process Invoice)',Updated=TO_DATE('2013-05-27 10:55:51','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Workflow_ID=118
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 27, 2013 10:59:41 AM COT
|
||||||
|
-- IDEMPIERE-962 Misspelled words and/or sentences
|
||||||
|
UPDATE AD_Process SET Description='Check data consistency of Business Partner',Updated=TO_DATE('2013-05-27 10:59:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_ID=314
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 27, 2013 10:59:41 AM COT
|
||||||
|
-- IDEMPIERE-962 Misspelled words and/or sentences
|
||||||
|
UPDATE AD_Menu SET Name='Validate Business Partner', Description='Check data consistency of Business Partner', IsActive='Y',Updated=TO_DATE('2013-05-27 10:59:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Menu_ID=506
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
|
SELECT register_migration_script('20130527113000_IDEMPIERE-962.sql') FROM dual
|
||||||
|
;
|
|
@ -0,0 +1,23 @@
|
||||||
|
-- May 27, 2013 10:43:09 AM COT
|
||||||
|
-- IDEMPIERE-962 Misspelled words and/or sentences
|
||||||
|
UPDATE AD_Process SET Description='Validate that the workflow is correct',Updated=TO_TIMESTAMP('2013-05-27 10:43:09','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_ID=304
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 27, 2013 10:55:51 AM COT
|
||||||
|
-- IDEMPIERE-962 Misspelled words and/or sentences
|
||||||
|
UPDATE AD_Workflow SET IsValid='Y', Description='(Standard Process Invoice)',Updated=TO_TIMESTAMP('2013-05-27 10:55:51','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Workflow_ID=118
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 27, 2013 10:59:41 AM COT
|
||||||
|
-- IDEMPIERE-962 Misspelled words and/or sentences
|
||||||
|
UPDATE AD_Process SET Description='Check data consistency of Business Partner',Updated=TO_TIMESTAMP('2013-05-27 10:59:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_ID=314
|
||||||
|
;
|
||||||
|
|
||||||
|
-- May 27, 2013 10:59:41 AM COT
|
||||||
|
-- IDEMPIERE-962 Misspelled words and/or sentences
|
||||||
|
UPDATE AD_Menu SET Name='Validate Business Partner', Description='Check data consistency of Business Partner', IsActive='Y',Updated=TO_TIMESTAMP('2013-05-27 10:59:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Menu_ID=506
|
||||||
|
;
|
||||||
|
|
||||||
|
SELECT register_migration_script('20130527113000_IDEMPIERE-962.sql') FROM dual
|
||||||
|
;
|
||||||
|
|
Loading…
Reference in New Issue