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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to