View | Details | Raw Unified | Return to bug 14395
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_14395-add-NoRenewalBeforePrecision-syspref.sql (+2 lines)
Line 0 Link Here
1
INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type)
2
VALUES ('NoRenewalBeforePrecision', 'date', 'Calculate "No renewal before" based on date or exact time.', 'date|exact_time', 'Choice');
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-1 / +6 lines)
Lines 254-259 Circulation: Link Here
254
                  Calendar: the calendar to skip all days the library is closed.
254
                  Calendar: the calendar to skip all days the library is closed.
255
                  Datedue: the calendar to push the due date to the next open day
255
                  Datedue: the calendar to push the due date to the next open day
256
        -
256
        -
257
            - Calculate "No renewal before" based on 
258
            - pref: NoRenewalBeforePrecision
259
              choices:
260
                  date: date.
261
                  exact_time: exact time.
262
        -
257
            - When renewing checkouts, base the new due date on
263
            - When renewing checkouts, base the new due date on
258
            - pref: RenewalPeriodBase
264
            - pref: RenewalPeriodBase
259
              choices:
265
              choices:
260
- 

Return to bug 14395