http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5549 --- Comment #64 from Chris Cormack <chris@bigballofwax.co.nz> --- (In reply to comment #63)
(In reply to comment #52)
We saw the following errors:
1 / When we want save the checkin of an item, an error message appears Can not locate object method "daysBetween" via package "Koha :: Calendar" at / line home/koha/src/C4/Circulation.pm 1799.
Fixed!
2 / When we want save the checkin of an item, the patron is not suspended while debarred is actived in the rules
I see this...I checked in an hourly material several hours late, the next day, and was not debarred at all.
Looks like _FixFineDaysOnReturn still expects a C4::Dates object instead of a DateTime.
Fixed now -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.