From d67cff15218ce35d610949de6f1d129396e279b3 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 7 May 2013 12:08:03 -0400 Subject: [PATCH] Bug 9129 - Add the ability to set the maximum fine for an item to its replacement price - QA Followup Content-Type: text/plain; charset=utf-8 --- .../prog/en/modules/admin/preferences/patrons.pref | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref index 33cb821..469f414 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref @@ -82,8 +82,8 @@ Patrons: - - pref: MaxFineIsReplacementPrice choices: - yes: Allow - no: "Don't allow" + no: Allow + yes: "Don't allow" - the maximum fine for an item to exceed the replacement price for that item. - - pref: memberofinstitution -- 1.7.7.6