bugfix invalid comparison to ceilingDueDate in CalcDateDue()
authorMichael Hafen <mdhafen@tech.washk12.org>
Thu, 13 Aug 2009 22:12:33 +0000 (16:12 -0600)
committerGalen Charlton <gmcharlt@gmail.com>
Sat, 15 Aug 2009 13:39:04 +0000 (09:39 -0400)
commit2ace8cb33d65c32da2fe90d9748fff90ffa3c3b4
tree29b7ba41fbdb07a5f843912c755c7d23add818e0
parente60b571d6d2ccd30cdf375d54ce2a954b8e48647
bugfix invalid comparison to ceilingDueDate in CalcDateDue()

The comparison to check the ceilingDueDate is done in the syspref format,
which isn't a good comparison.  This changes to code so the comparison is done
using iso format.

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