@@ -, +, @@ include auto renew - apply the patch, find the syspref, see the new wording - set the syspref to Block - give a patron an auto-renewing checkout and a restriction - run automatic_renewal.pl, see item does not renew - switch syspref to allow, repeat, see renewal --- .../prog/en/modules/admin/preferences/circulation.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -523,7 +523,7 @@ Circulation: choices: 1: block 0: allow - - renewing of items from the staff interface. + - renewing of items from the staff interface and via the misc/cronjobs/automatic_renewals.pl cronjob. - - If a patron owes more than the value of OPACFineNoRenewals, - pref: OPACFineNoRenewalsBlockAutoRenew --