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

--- Comment #11 from Paul Poulain <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to