[Koha-bugs] [Bug 9915] Allow opac/svc/report to be passed sql parameters

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 3 23:50:21 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9915

Julien Sicot <julien.sicot at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |julien.sicot at gmail.com

--- Comment #2 from Julien Sicot <julien.sicot at 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.


More information about the Koha-bugs mailing list