IDEMPIERE-277 Wrong Translation for "Home"

This commit is contained in:
Heng Sin Low 2012-05-28 15:59:24 +08:00
parent 9c0fe55ee6
commit a3e44fc923
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,16 @@
-- May 28, 2012 3:21:04 PM MYT
-- IDEMPIERE-277 Wrong Translation for "Home"
UPDATE AD_Message SET MsgText='&Home',Updated=TO_DATE('2012-05-28 15:21:04','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Message_ID=293
;
-- May 28, 2012 3:21:04 PM MYT
-- IDEMPIERE-277 Wrong Translation for "Home"
UPDATE AD_Message_Trl SET IsTranslated='N' WHERE AD_Message_ID=293
;
UPDATE AD_System
SET LastMigrationScriptApplied='842_IDEMPIERE-277.sql'
WHERE LastMigrationScriptApplied<'842_IDEMPIERE-277.sql'
OR LastMigrationScriptApplied IS NULL
;

View File

@ -0,0 +1,16 @@
-- May 28, 2012 3:21:04 PM MYT
-- IDEMPIERE-277 Wrong Translation for "Home"
UPDATE AD_Message SET MsgText='&Home',Updated=TO_TIMESTAMP('2012-05-28 15:21:04','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Message_ID=293
;
-- May 28, 2012 3:21:04 PM MYT
-- IDEMPIERE-277 Wrong Translation for "Home"
UPDATE AD_Message_Trl SET IsTranslated='N' WHERE AD_Message_ID=293
;
UPDATE AD_System
SET LastMigrationScriptApplied='842_IDEMPIERE-277.sql'
WHERE LastMigrationScriptApplied<'842_IDEMPIERE-277.sql'
OR LastMigrationScriptApplied IS NULL
;