IDEMPIERE-974 fix typo in message

This commit is contained in:
Carlos Ruiz 2013-06-13 13:58:45 -05:00
parent 91971e5bd3
commit 0a5aafbd82
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
-- Jun 13, 2013 1:55:56 PM COT
-- IDEMPIERE-975 Issue in populating BP location for new sales order
UPDATE AD_Message SET MsgText='Please fill in required data for:', Value='FillMinimumInfo',Updated=TO_DATE('2013-06-13 13:55:56','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Message_ID=200180
;
SELECT register_migration_script('201306131356_IDEMPIERE-974.sql') FROM dual
;

View File

@ -0,0 +1,8 @@
-- Jun 13, 2013 1:55:56 PM COT
-- IDEMPIERE-975 Issue in populating BP location for new sales order
UPDATE AD_Message SET MsgText='Please fill in required data for:', Value='FillMinimumInfo',Updated=TO_TIMESTAMP('2013-06-13 13:55:56','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Message_ID=200180
;
SELECT register_migration_script('201306131356_IDEMPIERE-974.sql') FROM dual
;