[Koha-bugs] [Bug 19444] 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
Fri Dec 15 10:10:48 CET 2017


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

--- Comment #18 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 69810
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69810&action=edit
Bug 19444: Do not auto renew if patron is expired and
BlockExpiredPatronOpacActions is set

If the patron's account has expired and BlockExpiredPatronOpacActions is set,
we expect auto renewal to be rejected.

Test plan:
Use the automatic_renewals.pl cronjob script to auto renew a checkout

Before this patch, if the patron's account has expired the auto renew was done.
With this patch, it will only be auto renewed if BlockExpiredPatronOpacActions
is not set.

Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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


More information about the Koha-bugs mailing list