http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1239 Summary: Circ chokes on patron expiry == 0000-00-00 Product: Koha Version: branch 2.4 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component: Circulation AssignedTo: jmf@kados.org ReportedBy: jmf@kados.org QAContact: koha-bugs@nongnu.org It looks like the circulation page is choking (internal server error) on patrons who have an expiry date of 0000-00-00: "Date::Calc::Date_to_Days(): not a valid date at circulation.pl line 141." One could easily update those patrons with a random date in the past, but I think I should take a look so that it can fail more gracefully in the future. I assume this is a problem with any version of Koha that have replaced Date::Manip with Date::Calc. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.