http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9915 Julien Sicot <julien.sicot@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |julien.sicot@gmail.com --- Comment #2 from Julien Sicot <julien.sicot@gmail.com> --- I tested the patch following your test plan but json output remains empty (just []) when i call report requiring parameters. By cons, if i call a report without parameters, i get a json response. I tested with the following sql query : SELECT COUNT(s.datetime) as "Total" FROM statistics AS s JOIN borrowers AS b ON s.borrowernumber=b.borrowernumber WHERE (year(s.datetime)=<<Année>> AND s.type = "issue") AND s.branch = <<Bibliothèque|branches>> Tested on master (3.11.00.201) -- You are receiving this mail because: You are watching all bug changes.