IDEMPIERE-962 Misspelled words and/or sentences

This commit is contained in:
Carlos Augusto Sanchez 2013-06-05 16:08:05 -05:00
parent daae890ca5
commit 96be1963fb
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
-- Jun 5, 2013 9:55:17 AM COT
-- IDEMPIERE-962 Misspelled words and/or sentences
UPDATE AD_Tab SET Name='Activity Dimension', Description='Maintain Activity Accounting Dimension Tree',Updated=TO_DATE('2013-06-05 09:55:17','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=517
;
SELECT register_migration_script('20130605095600_IDEMPIERE-962.sql') FROM dual
;

View File

@ -0,0 +1,7 @@
-- Jun 5, 2013 9:55:17 AM COT
-- IDEMPIERE-962 Misspelled words and/or sentences
UPDATE AD_Tab SET Name='Activity Dimension', Description='Maintain Activity Accounting Dimension Tree',Updated=TO_TIMESTAMP('2013-06-05 09:55:17','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=517
;
SELECT register_migration_script('20130605095600_IDEMPIERE-962.sql') FROM dual
;