https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32413 --- Comment #4 from Johanna Räisä <johanna.raisa@koha-suomi.fi> --- Created attachment 172555 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=172555&action=edit Bug 32413: Fix repeated param names for JSON report This patch fixes repeated param names for JSON report. To test: 1) Create a report SELECT count(*) from items where homebranch = <<Branchcode>> UNION ALL SELECT count(*) from deleteditems where homebranch = <<Branchcode>> 2) Run the report as JSON, cgi-bin/koha/svc/report?id=<id>&sql_params=<Branchcode> 3) Check that the second value is 0 4) Apply the patch 5) Run the report as JSON again 6) Check that the second value has the correct value Sponsored-by: Koha-Suomi Oy -- You are receiving this mail because: You are watching all bug changes.