From 65accc367b8e63576c761790129678aa80ecde03 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Tue, 25 Sep 2012 21:30:29 -0400 Subject: [PATCH] Bug 7751: Decrease loan length with many holds 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 --- .../prog/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 531b8783c4..917df844c3 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 @@ -412,17 +412,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 -- 2.39.2