[Koha-bugs] [Bug 7075] Fine in days values are returned for patrons with past overdues when fine in days is set to 0

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 3 23:03:34 CET 2011


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

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris at bigballofwax.co.nz

--- Comment #3 from Chris Cormack <chris at bigballofwax.co.nz> 2011-11-03 22:03:34 UTC ---
I think safer, to do 

WHERE finedays IS NOT NULL AND finedays > 0

Sometimes null behaves weirdly in some database engines.

Have submitted a different patch doing that

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list