[Koha-bugs] [Bug 1647] Renewal from circulation.pl fails, probably due to C4::Dates

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Tue Dec 11 19:29:22 CET 2007


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1647


joe.atzberger at liblime.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #4 from joe.atzberger at liblime.com  2007-12-11 10:29 -------
Problem was that Dates->new(xxxx,'iso') was being called when xxxx was not
really in iso format.  This bug became evident today because renewal dates
started appearing in January, like "2008-1-1".  Single digit M and D are not
ISO format.

Patch submitted affecting 2 calls in Circulation.pm.  

Patch: "Circulation.pm - Bugfix invalid constructor calls to Dates (single
digit Mon. and Day)"




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.





More information about the Koha-bugs mailing list