From 124758a5e8b213d704ee9a12c8ef30feaf548fe1 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 12 Oct 2012 10:59:03 -0400 Subject: [PATCH] Bug 8236 - Prevent renewing if overdue or restriction - Followup - Fix up preference language. Content-Type: text/plain; charset="utf-8" --- .../en/modules/admin/preferences/circulation.pref | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) 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 602b8b8..e4f9dfd7 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 @@ -277,13 +277,13 @@ Circulation: confirmation: Ask for confirmation - when checking out to a borrower that has overdues outstanding - - - If any of a patron's checked out documents is late, the renewal is + - If any of a patron's checked out items are late, - pref: OverduesBlockRenew type: choice choices: - allow: allowed - blockall: blocked on whatever of his checked out documents - blockitem: blocked only on the overdue items + allow: allow renewing of items. + blockall: block renewing for all items. + blockitem: block renewing only for overdue items. - - On checkin route the returned item to - pref: HomeOrHoldingBranchReturn -- 1.7.2.5