IDEMPIERE-3411 When lauching a report based on a report view, available print formats are not filtered
This commit is contained in:
parent
fb9db664be
commit
5f0ca1df00
|
@ -0,0 +1,8 @@
|
||||||
|
-- IDEMPIERE-3411
|
||||||
|
update ad_sysconfig set entitytype='D' where ad_sysconfig_id in (
|
||||||
|
200104
|
||||||
|
);
|
||||||
|
|
||||||
|
SELECT register_migration_script('201710312204_IDEMPIERE-3411.sql') FROM dual
|
||||||
|
;
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
-- IDEMPIERE-3411
|
||||||
|
update ad_sysconfig set entitytype='D' where ad_sysconfig_id in (
|
||||||
|
200104
|
||||||
|
);
|
||||||
|
|
||||||
|
SELECT register_migration_script('201710312204_IDEMPIERE-3411.sql') FROM dual
|
||||||
|
;
|
||||||
|
|
Loading…
Reference in New Issue