From 6c2531d68501062acb84460a0c595d553ce74808 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Fri, 25 Apr 2008 00:03:16 +0000 Subject: [PATCH] Fix [ 1951222 ] Can't select jasper reports as formats --- migration/340s-trunk/146_BF_1951222.sql | 6 ++++++ migration/340s-trunk/postgresql/146_BF_1951222.sql | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 migration/340s-trunk/146_BF_1951222.sql create mode 100644 migration/340s-trunk/postgresql/146_BF_1951222.sql diff --git a/migration/340s-trunk/146_BF_1951222.sql b/migration/340s-trunk/146_BF_1951222.sql new file mode 100644 index 0000000000..8ebde25b34 --- /dev/null +++ b/migration/340s-trunk/146_BF_1951222.sql @@ -0,0 +1,6 @@ +-- [ 1951222 ] Can't select jasper reports as formats + +UPDATE ad_val_rule + SET code = 'AD_Process.IsReport=''Y''' + WHERE ad_val_rule_id = 128 + AND code = 'AD_Process.IsReport=''Y'' AND AD_Process.JasperReport IS NULL'; diff --git a/migration/340s-trunk/postgresql/146_BF_1951222.sql b/migration/340s-trunk/postgresql/146_BF_1951222.sql new file mode 100644 index 0000000000..8ebde25b34 --- /dev/null +++ b/migration/340s-trunk/postgresql/146_BF_1951222.sql @@ -0,0 +1,6 @@ +-- [ 1951222 ] Can't select jasper reports as formats + +UPDATE ad_val_rule + SET code = 'AD_Process.IsReport=''Y''' + WHERE ad_val_rule_id = 128 + AND code = 'AD_Process.IsReport=''Y'' AND AD_Process.JasperReport IS NULL';