From 10f362fbf57151a938de56a3373a6a5da492416d Mon Sep 17 00:00:00 2001 From: Nicole Engard Date: Mon, 21 Jun 2010 10:32:21 -0400 Subject: [PATCH] bug 4900: add in missing value for usedaysmode pref 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. Signed-off-by: Galen Charlton --- .../prog/en/modules/admin/preferences/circulation.pref | 7 ++++--- 1 file 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 c69a34ddc0..ab92915187 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 -- 2.39.5