23 Mar
2012
23 Mar
'12
3:47 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6934 --- Comment #11 from Paul Poulain <paul.poulain@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.