bug 4036: do not count item overdue if it is due today
authorGalen Charlton <gmcharlt@gmail.com>
Sat, 1 May 2010 15:58:23 +0000 (11:58 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Mon, 3 May 2010 11:46:25 +0000 (07:46 -0400)
commit2568e165e654c94e6a702e58e9d1d8241d551955
tree4c0ec1bd9b7c0ad1627e16524d8fb4ccc9193a94
parentf90995bb963031462215353b4f7293930083789e
bug 4036: do not count item overdue if it is due today

* use curdate() instead of now() to test whether item is overdue
* enhanced POD of IsMemberBlocked

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Members.pm