koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 1647] Renewal from circulation.pl fails, probably due t


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1647] Renewal from circulation.pl fails, probably due to C4::Dates
Date: Tue, 11 Dec 2007 10:29:22 -0800 (PST)

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


address@hidden changed:

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




------- Comment #4 from address@hidden  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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]