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