@@ -, +, @@ Circulation --- .../en/modules/admin/preferences/circulation.pref | 12 ++++++++++++ .../prog/en/modules/admin/preferences/patrons.pref | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ a/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:" --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref +++ a/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 --