(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>
Tue, 19 Jan 2010 21:08:17 +0000 (22:08 +0100)
commit0c1d86c939fc89033cd2a13b8c03fe6cdc284a4d
tree2b76506f8f5357305d6cbc542f81e9d5e879fc28
parentb158de11c8bb8fecdbc21cf5d898c06a5ed9a8ce
(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