From 181808383eb6ba401e7c53d11ebb89b2c85670e7 Mon Sep 17 00:00:00 2001 From: Nicole Engard Date: Mon, 21 Jun 2010 10:31:08 -0400 Subject: [PATCH] bug 4900: add in missing value for usedaysmode pref Content-Type: text/plain; charset="utf-8" The usedaysmode preference was missing the option to calculate due date by finding the next open date on the calendar instead of ignoring all days the library is closed. --- .../en/modules/admin/preferences/circulation.pref | 7 ++++--- 1 files changed, 4 insertions(+), 3 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 c69a34d..ab92915 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 @@ -140,11 +140,12 @@ Circulation: class: date - . - + - Calculate the due date using - pref: useDaysMode choices: - Days: Include - Calendar: "Don't include" - - days when the library in closed when calculating due dates. + Days: circulation rules only. + Calendar: the calendar to skip all days the library is closed. + Datedue: the calendar to push the due date to the next open day - - When renewing checkouts, base the new due date on - pref: RenewalPeriodBase -- 1.5.6.5