https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30278 Bug ID: 30278 Summary: Auto renewal should be moved to an object method Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Bug 29381 and bug 30222 both required reviewing the conditions under which auto renewal notices are sent. It would be better if the renewals were handled by a unit tested subroutine We should have: Koha::Patron->auto_renew_checkouts Koha::Checkouts->filter_by_auto_renew->renew the renewal can report back on the status and then notify patron, depending on settings -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.