[Koha-bugs] [Bug 6934] New report Cash Register Statistics

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 23 16:47:45 CET 2012


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

--- Comment #11 from Paul Poulain <paul.poulain at biblibre.com> ---
QA comments (even if the patch is not signed off, I watched it with Mathilde a
few minuts ago):

+    Join borrowers t2 On t1.borrowernumber=t2.borrowernumber
+    Where amount<0  AND accounttype like 'Pay' AND CAST(t1.date AS DATE)
between ? AND ?
=> you must write SQL keywords in capital cases (WHERE, JOIN,...)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list