From c95a0c043dc465bb2c970217f5b71b95c4966860 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 14 May 2012 13:48:53 +1200 Subject: [PATCH] Bug 8082: Fixing circulation.pref to match reality for IssuingInProcess Signed-off-by: Liz Rea passes tests, changes are as advertised. Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/admin/preferences/circulation.pref | 4 ++-- 1 file changed, 2 insertions(+), 2 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 f4fd7219cf..2856a89a9d 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 @@ -192,8 +192,8 @@ Circulation: - - pref: IssuingInProcess choices: - yes: Prevent - no: "Don't prevent" + yes: "Don't prevent" + no: "Prevent" - patrons from checking out an item whose rental charge would take them over the limit. - - Prevent patrons from checking out books if they have more than -- 2.39.5