Fix [ 1951222 ] Can't select jasper reports as formats
This commit is contained in:
parent
3e591b9194
commit
6c2531d685
|
@ -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';
|
|
@ -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';
|
Loading…
Reference in New Issue