http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5549
--- Comment #63 from Ian Walls <[email protected]> --- (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. > > 3 / The renewal of a loan does not use all options of the preference system > RenewalPeriodBase > It uses the current date only I cannot confirm this; RenewalPeriodBase == 'current due date' renews item 1 hr loan item for 1 more hour; When I set it to 'right now', properly renews to now + 1 hr. I'm renewing from circ/circulation.pl and from member/moremembers.pl, as well as by checking the material out to the same patron again. Are you coming at it another way? > > The improvements requests: > 1 / For the dates of the notification we have need to use the hour unit and > not only the day unit > > 2 / in the rules, if the column 'unit' was selected hours, the column 'hard > due date' should display a list of hours and not a list of date(calendar). Both of these can be added as followup patches, as they're not required for the basic usage of this feature (though I absolutely agree they should be included). -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
