From ce8dc4aedd85a38bb25845f1971505149be15bd0 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Wed, 12 Feb 2020 23:16:58 +0100 Subject: [PATCH] IDEMPIERE-3215 Sales Order/Proposal BP shipper, cause inability to complete --- migration/i7.1/oracle/202002122100_IDEMPIERE-3215.sql | 4 ++-- migration/i7.1/postgresql/202002122100_IDEMPIERE-3215.sql | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/migration/i7.1/oracle/202002122100_IDEMPIERE-3215.sql b/migration/i7.1/oracle/202002122100_IDEMPIERE-3215.sql index 5de29fa5ad..0b2accd390 100644 --- a/migration/i7.1/oracle/202002122100_IDEMPIERE-3215.sql +++ b/migration/i7.1/oracle/202002122100_IDEMPIERE-3215.sql @@ -2,8 +2,8 @@ SET SQLBLANKLINES ON SET DEFINE OFF -- IDEMPIERE-3215 Sales Order/Proposal BP shipper, cause inability to complete --- Feb 12, 2020, 8:58:51 PM CET -UPDATE AD_Field SET DisplayLogic='@OrderType@=''SO'' | @DeliveryViaRule@=''S''', AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2020-02-12 20:58:51','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=1108 +-- Feb 12, 2020, 11:14:32 PM CET +UPDATE AD_Field SET DisplayLogic='@OrderType@=''SO'' | @DeliveryViaRule@=''S'' | @DeliveryViaRule@=''''', AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_DATE('2020-02-12 23:14:32','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=1108 ; -- Feb 12, 2020, 8:59:02 PM CET diff --git a/migration/i7.1/postgresql/202002122100_IDEMPIERE-3215.sql b/migration/i7.1/postgresql/202002122100_IDEMPIERE-3215.sql index 5e1c49bf84..eb360d5292 100644 --- a/migration/i7.1/postgresql/202002122100_IDEMPIERE-3215.sql +++ b/migration/i7.1/postgresql/202002122100_IDEMPIERE-3215.sql @@ -1,6 +1,7 @@ -- IDEMPIERE-3215 Sales Order/Proposal BP shipper, cause inability to complete -- Feb 12, 2020, 8:58:51 PM CET -UPDATE AD_Field SET DisplayLogic='@OrderType@=''SO'' | @DeliveryViaRule@=''S''', AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2020-02-12 20:58:51','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=1108 +-- Feb 12, 2020, 11:14:32 PM CET +UPDATE AD_Field SET DisplayLogic='@OrderType@=''SO'' | @DeliveryViaRule@=''S'' | @DeliveryViaRule@=''''', AD_Reference_Value_ID=NULL, AD_Val_Rule_ID=NULL, IsToolbarButton=NULL,Updated=TO_TIMESTAMP('2020-02-12 23:14:32','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=1108 ; -- Feb 12, 2020, 8:59:02 PM CET