bug 4900: add in missing value for usedaysmode pref
authorNicole Engard <nengard@bywatersolutions.com>
Mon, 21 Jun 2010 14:32:21 +0000 (10:32 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 24 Jun 2010 02:32:04 +0000 (22:32 -0400)
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 <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref

index c69a34d..ab92915 100644 (file)
@@ -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