IDEMPIERE-3052 Advanced Search on doctype on invoices or orders shows all the doctypes

This commit is contained in:
Carlos Ruiz 2016-03-11 02:13:02 +01:00
parent 068e0f814a
commit dc227473be
2 changed files with 22 additions and 0 deletions

View File

@ -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
;

View File

@ -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
;