[Koha-bugs] [Bug 7802] A MySQLism is used to get the current date.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 16 20:48:26 CEST 2012


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

Ian Walls <koha.sekjal at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #6 from Ian Walls <koha.sekjal at gmail.com> ---
In the first patch, changes in C4/Overdues.pm from NOW() to CAST(now() as DATE)
are no longer equivalent since the introduction of hourly loans.  date_due is
now a datetime, so the check on NOW() should not be cast.

Marking first patch Failed QA.  Will address second patch after this has been
fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list