From 0b3513b2b1c6fb0de23a03391166ecdc2e1ced71 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 24 May 2013 10:55:17 +0200 Subject: [PATCH] Bug 9129: Followup for moving two maxfine prefs to Circulation Content-Type: text/plain; charset=utf-8 Moving two fines prefs from Patrons to Circulation/Fines Policy. Rewording no=Allow to exceed to no=Do not use for more clarity :) Test plan: Check if you can still find them.. Signed-off-by: Marcel de Rooy --- .../en/modules/admin/preferences/circulation.pref | 12 ++++++++++++ .../prog/en/modules/admin/preferences/patrons.pref | 12 ------------ 2 files changed, 12 insertions(+), 12 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 243b8e4..333f02d 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 @@ -488,6 +488,18 @@ Circulation: yes: Include no: "Don't include" - the grace period when calculating the fine for an overdue item. + - + - The late fine for all checkouts will only go up to + - pref: MaxFine + class: currency + - '[% local_currency %].' + - Empty value means no limit. Single item caps are specified in the circulation rules matrix. + - + - pref: MaxFineIsReplacementPrice + choices: + yes: Use + no: Do not use + - the replacement price as maximum fine for an item. Self Checkout: - - "Include the following JavaScript on all pages in the web-based self checkout:" 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 469f414..1887670 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 @@ -74,18 +74,6 @@ Patrons: no: "Don't allow" - "staff to access a patron's checkout history (it is stored regardless)." - - - The late fine for all checkouts will only go up to - - pref: MaxFine - class: currency - - '[% local_currency %].' - - Empty value means no limit. Single item caps are specified in the circulation rules matrix. - - - - pref: MaxFineIsReplacementPrice - choices: - no: Allow - yes: "Don't allow" - - the maximum fine for an item to exceed the replacement price for that item. - - - pref: memberofinstitution choices: yes: Do -- 1.7.7.6