From ef107c03379515adc1558a02b3ffd3a59ffa2ae2 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Tue, 13 Jan 2015 10:23:37 -0500 Subject: [PATCH] IDEMPIERE-1695 Errors on Invoice Not Realized Gain/Loss / minor - fix comment on migration script --- migration/i2.1/oracle/201501091412_IDEMPIERE-1695.sql | 2 +- migration/i2.1/postgresql/201501091412_IDEMPIERE-1695.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/migration/i2.1/oracle/201501091412_IDEMPIERE-1695.sql b/migration/i2.1/oracle/201501091412_IDEMPIERE-1695.sql index fbdd928810..8fe627c7aa 100644 --- a/migration/i2.1/oracle/201501091412_IDEMPIERE-1695.sql +++ b/migration/i2.1/oracle/201501091412_IDEMPIERE-1695.sql @@ -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 ; diff --git a/migration/i2.1/postgresql/201501091412_IDEMPIERE-1695.sql b/migration/i2.1/postgresql/201501091412_IDEMPIERE-1695.sql index 847eb4f36f..97d4741a38 100644 --- a/migration/i2.1/postgresql/201501091412_IDEMPIERE-1695.sql +++ b/migration/i2.1/postgresql/201501091412_IDEMPIERE-1695.sql @@ -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 ;