]> git.koha-community.org Git - koha.git/commit
(bug #4043) fix checkoverdues sqlquery
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Thu, 14 Jan 2010 09:01:22 +0000 (10:01 +0100)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Thu, 14 Jan 2010 18:01:44 +0000 (19:01 +0100)
commitd3233aa793cbf2775a1a394c376bfd02f4c85b5d
treec374dd2ffcf08e22e14b8a34f1fafe5afc7ab8ad
parent43754ab4b94c479b0cd27c493663b2b07e19d7b5
(bug #4043) fix checkoverdues sqlquery

this fix the sqlquery to use "curdate()" instead of "now()", because now return a "datetime", and in date_due we have only a "date", so now() > curdate() everytime, it cause some problems in messages.
C4/Overdues.pm