[Koha-bugs] [Bug 30278] New: Auto renewal should be moved to an object method

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 11 14:36:15 CET 2022


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 at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at 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.


More information about the Koha-bugs mailing list