diff --git a/migration/i3.1/oracle/201603110209_IDEMPIERE-3052.sql b/migration/i3.1/oracle/201603110209_IDEMPIERE-3052.sql new file mode 100644 index 0000000000..6f603252c1 --- /dev/null +++ b/migration/i3.1/oracle/201603110209_IDEMPIERE-3052.sql @@ -0,0 +1,11 @@ +-- IDEMPIERE-3052 Advanced Search on doctype on invoices or orders shows all the doctypes + +update ad_column set AD_Val_Rule_ID=124 where AD_Column_ID=3493 and AD_Val_Rule_ID IS NULL +; + +update ad_column set AD_Val_Rule_ID=133 where AD_Column_ID=2172 and AD_Val_Rule_ID IS NULL +; + +SELECT register_migration_script('201603110209_IDEMPIERE-3052.sql') FROM dual +; + diff --git a/migration/i3.1/postgresql/201603110209_IDEMPIERE-3052.sql b/migration/i3.1/postgresql/201603110209_IDEMPIERE-3052.sql new file mode 100644 index 0000000000..6f603252c1 --- /dev/null +++ b/migration/i3.1/postgresql/201603110209_IDEMPIERE-3052.sql @@ -0,0 +1,11 @@ +-- IDEMPIERE-3052 Advanced Search on doctype on invoices or orders shows all the doctypes + +update ad_column set AD_Val_Rule_ID=124 where AD_Column_ID=3493 and AD_Val_Rule_ID IS NULL +; + +update ad_column set AD_Val_Rule_ID=133 where AD_Column_ID=2172 and AD_Val_Rule_ID IS NULL +; + +SELECT register_migration_script('201603110209_IDEMPIERE-3052.sql') FROM dual +; +