From 441db3005eda93cb6e63a8442b1aa2711b81b94d Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Tue, 25 Sep 2012 21:30:29 -0400 Subject: [PATCH] [SIGNED-OFF] Bug 7751: Decrease loan length with many holds Content-Type: text/plain; charset="utf-8" This patch merges the three preferences in to one sentence to make it clear that they are all linked together and to eliminate confusion that can come by having them as individual preferences. Signed-off-by: Owen Leonard --- .../en/modules/admin/preferences/circulation.pref | 10 +++------- 1 file changed, 3 insertions(+), 7 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 ec5ff1e..8d69342 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 @@ -419,17 +419,13 @@ Circulation: choices: yes: Enable no: "Don't enable" - - the reduction of loan period for items with number of holds above the threshold specified in decreaseLoanHighHoldsValue - - - - A loan should be reduced by + - the reduction of loan period by - pref: decreaseLoanHighHoldsDuration class: integer - - days, when decreaseLoanHighHoldsValue threshold is reached (if decreaseLoanHighHolds is enabled) - - - - A loan should be reduced by decreaseLoanHighHoldsDuration when + - days for items with more than - pref: decreaseLoanHighHoldsValue class: integer - - holds have been places (if decreaseLoanHighHolds is enables) + - holds. Fines Policy: - - Calculate fines based on days overdue -- 1.7.9.5