From ca2dca27982cc3e23d939299d7a6931e697ab5fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Mei=C3=9Fner?= Date: Wed, 21 May 2014 15:45:35 +0200 Subject: [PATCH] [PASSED QA] Bug 11577: Expand description of AllowRenewalLimitOverride MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With the introduction of the new automatic renewal feature global syspref AllowRenewalLimitOverride is expanded in meaning. It now gives the option to override blocks if: - the number of allowed renewals is exceeded - the renewal is premature (No renewal before) - the item is scheduled for automatic renewal - the renewal is premature and the item is scheduled for automatic renewal Sponsored-by: Hochschule für Gesundheit (hsg), Germany Signed-off-by: Chris Cormack Signed-off-by: Martin Renvoize --- .../intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 37c368c..83514af 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -161,7 +161,7 @@ Circulation: choices: yes: Allow no: "Don't allow" - - staff to manually override renewal blocks and renew a checkout when it would go over the renewal limit or be premature with respect to the "no renew before" setting in the circulation policy. + - staff to manually override renewal blocks and renew a checkout when it would go over the renewal limit or be premature with respect to the "No renewal before" setting in the circulation policy or has been schelduled for automatic renewal. - - pref: AllowItemsOnHoldCheckout choices: -- 1.7.10.4