[Koha-bugs] [Bug 19444] New: Automatic renewal script should not auto-renew if a patron' s record has expired

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 11 11:12:14 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19444

            Bug ID: 19444
           Summary: Automatic renewal script should not auto-renew if a
                    patron's record has expired
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: janet.mcgowan at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

Currently with the automatic_renewals.pl script, materials are still
auto-renewed even if the patron's account has expired.
The automatic renewals script has error conditions which prevent automatic
renewals  in these circumstances:
        $error eq 'too_many'
        or $error eq 'on_reserve'
        or $error eq 'restriction'
        or $error eq 'overdue'
        or $error eq 'auto_too_late'
        or $error eq 'auto_too_much_oweing'
        or $error eq 'auto_too_soon

The error conditions should take into account the expiry date of borrower and
not auto renew if the borrower's account has expired.
For example adding a new error code such as 'borrower_expired' - or whatever
convention achieves this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list