IDEMPIERE-1695 Errors on Invoice Not Realized Gain/Loss / minor - fix comment on migration script

This commit is contained in:
Carlos Ruiz 2015-01-13 10:23:37 -05:00
parent dd61cfc99f
commit ef107c0337
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ SET SQLBLANKLINES ON
SET DEFINE OFF
-- Jan 9, 2015 2:12:28 PM COT
-- IDEMPIERE-1298 2Pack: Support copying of data from one client to another
-- IDEMPIERE-1695 Errors on Invoice Not Realized Gain/Loss
UPDATE AD_Process_Para SET AD_Val_Rule_ID=102,Updated=TO_DATE('2015-01-09 14:12:28','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_Para_ID=644
;

View File

@ -1,5 +1,5 @@
-- Jan 9, 2015 2:12:28 PM COT
-- IDEMPIERE-1298 2Pack: Support copying of data from one client to another
-- IDEMPIERE-1695 Errors on Invoice Not Realized Gain/Loss
UPDATE AD_Process_Para SET AD_Val_Rule_ID=102,Updated=TO_TIMESTAMP('2015-01-09 14:12:28','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_Para_ID=644
;