Fix [ 1951222 ] Can't select jasper reports as formats

This commit is contained in:
Carlos Ruiz 2008-04-25 00:03:16 +00:00
parent 3e591b9194
commit 6c2531d685
2 changed files with 12 additions and 0 deletions

View File

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

View File

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