From d365cb1fb80a27ce272fb8be05fb7af1e6bb407d Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Fri, 15 Nov 2013 11:57:17 -0500 Subject: [PATCH] IDEMPIERE-1514 field sales transaction in cash plan window is horizontal-deflecting / remove Byte order mark character from scripts --- migration/i2.0/oracle/201311071604_IDEMPIERE-1514.sql | 2 +- migration/i2.0/postgresql/201311071604_IDEMPIERE-1514.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/migration/i2.0/oracle/201311071604_IDEMPIERE-1514.sql b/migration/i2.0/oracle/201311071604_IDEMPIERE-1514.sql index 6e5849f226..84bc6bdc84 100644 --- a/migration/i2.0/oracle/201311071604_IDEMPIERE-1514.sql +++ b/migration/i2.0/oracle/201311071604_IDEMPIERE-1514.sql @@ -1,4 +1,4 @@ -SET SQLBLANKLINES ON +SET SQLBLANKLINES ON SET DEFINE OFF -- Nov 7, 2013 9:30:44 PM ICT diff --git a/migration/i2.0/postgresql/201311071604_IDEMPIERE-1514.sql b/migration/i2.0/postgresql/201311071604_IDEMPIERE-1514.sql index 61aabece1d..f13a6d2e85 100644 --- a/migration/i2.0/postgresql/201311071604_IDEMPIERE-1514.sql +++ b/migration/i2.0/postgresql/201311071604_IDEMPIERE-1514.sql @@ -1,4 +1,4 @@ --- Nov 7, 2013 9:30:44 PM ICT +-- Nov 7, 2013 9:30:44 PM ICT UPDATE AD_Field SET SeqNo=70, IsDisplayed='Y', XPosition=1,Updated=TO_TIMESTAMP('2013-11-07 21:30:44','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=60934 ;