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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-8 / +3 lines)
Lines 412-428 Circulation: Link Here
412
              choices:
412
              choices:
413
                  yes: Enable
413
                  yes: Enable
414
                  no:  "Don't enable"
414
                  no:  "Don't enable"
415
            - the reduction of loan period for items with number of holds above the threshold specified in decreaseLoanHighHoldsValue
415
            - the reduction of loan period by 
416
        -
417
            - A loan should be reduced by
418
            - pref: decreaseLoanHighHoldsDuration
416
            - pref: decreaseLoanHighHoldsDuration
419
              class: integer
417
              class: integer
420
            - days, when decreaseLoanHighHoldsValue threshold is reached (if decreaseLoanHighHolds is enabled)
418
            - days for items with more than 
421
        -
422
            - A loan should be reduced by decreaseLoanHighHoldsDuration when
423
            - pref: decreaseLoanHighHoldsValue
419
            - pref: decreaseLoanHighHoldsValue
424
              class: integer
420
              class: integer
425
            - holds have been places (if decreaseLoanHighHolds is enables)
421
            - holds.
426
    Fines Policy:
422
    Fines Policy:
427
        -
423
        -
428
            - Calculate fines based on days overdue
424
            - Calculate fines based on days overdue
429
- 

Return to bug 7751