From 5f0ca1df005617575fbde9c3cce578a7048d5466 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Tue, 31 Oct 2017 22:05:03 +0100 Subject: [PATCH] IDEMPIERE-3411 When lauching a report based on a report view, available print formats are not filtered --- migration/i4.1z/oracle/201710312204_IDEMPIERE-3411.sql | 8 ++++++++ .../i4.1z/postgresql/201710312204_IDEMPIERE-3411.sql | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 migration/i4.1z/oracle/201710312204_IDEMPIERE-3411.sql create mode 100644 migration/i4.1z/postgresql/201710312204_IDEMPIERE-3411.sql diff --git a/migration/i4.1z/oracle/201710312204_IDEMPIERE-3411.sql b/migration/i4.1z/oracle/201710312204_IDEMPIERE-3411.sql new file mode 100644 index 0000000000..54fd136292 --- /dev/null +++ b/migration/i4.1z/oracle/201710312204_IDEMPIERE-3411.sql @@ -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 +; + diff --git a/migration/i4.1z/postgresql/201710312204_IDEMPIERE-3411.sql b/migration/i4.1z/postgresql/201710312204_IDEMPIERE-3411.sql new file mode 100644 index 0000000000..54fd136292 --- /dev/null +++ b/migration/i4.1z/postgresql/201710312204_IDEMPIERE-3411.sql @@ -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 +; +