diff --git a/migration/i2.0z/oracle/201410271541_IDEMPIERE-2276.sql b/migration/i2.0z/oracle/201410271541_IDEMPIERE-2276.sql new file mode 100644 index 0000000000..ed54a39eb4 --- /dev/null +++ b/migration/i2.0z/oracle/201410271541_IDEMPIERE-2276.sql @@ -0,0 +1,11 @@ +SET SQLBLANKLINES ON +SET DEFINE OFF + +-- Oct 27, 2014 3:39:07 PM COT +-- IDEMPIERE-2250 Charge on bank transfer not needed +UPDATE AD_Field SET DisplayLogic='@PaymentRule@=''P''',Updated=TO_DATE('2014-10-27 15:39:07','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=3439 +; + +SELECT register_migration_script('201410271541_IDEMPIERE-2276.sql') FROM dual +; + diff --git a/migration/i2.0z/postgresql/201410271541_IDEMPIERE-2276.sql b/migration/i2.0z/postgresql/201410271541_IDEMPIERE-2276.sql new file mode 100644 index 0000000000..03bf41b770 --- /dev/null +++ b/migration/i2.0z/postgresql/201410271541_IDEMPIERE-2276.sql @@ -0,0 +1,8 @@ +-- Oct 27, 2014 3:39:07 PM COT +-- IDEMPIERE-2250 Charge on bank transfer not needed +UPDATE AD_Field SET DisplayLogic='@PaymentRule@=''P''',Updated=TO_TIMESTAMP('2014-10-27 15:39:07','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=3439 +; + +SELECT register_migration_script('201410271541_IDEMPIERE-2276.sql') FROM dual +; +