IDEMPIERE-955 Report Wizard to reflect proper English

This commit is contained in:
Juliana Corredor 2013-05-29 09:52:37 -05:00
parent 58d491495e
commit 382d70834a
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
-- May 23, 2013 11:43:26 AM COT
-- Proper English
UPDATE AD_Message SET MsgText='Report Wizard',Updated=TO_DATE('2013-05-23 11:43:26','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Message_ID=200090
;
SELECT register_migration_script('201305231200_IDEMPIERE-955.sql') FROM dual
;

View File

@ -0,0 +1,8 @@
-- May 23, 2013 11:43:26 AM COT
-- Proper English
UPDATE AD_Message SET MsgText='Report Wizard',Updated=TO_TIMESTAMP('2013-05-23 11:43:26','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Message_ID=200090
;
SELECT register_migration_script('201305231200_IDEMPIERE-955.sql') FROM dual
;