From e1a1f945c6d7208c548738a1462788d16114d0fb 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 --- .../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.2.5