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 419-435 Circulation: Link Here
419
              choices:
419
              choices:
420
                  yes: Enable
420
                  yes: Enable
421
                  no:  "Don't enable"
421
                  no:  "Don't enable"
422
            - the reduction of loan period for items with number of holds above the threshold specified in decreaseLoanHighHoldsValue
422
            - the reduction of loan period by
423
        -
424
            - A loan should be reduced by
425
            - pref: decreaseLoanHighHoldsDuration
423
            - pref: decreaseLoanHighHoldsDuration
426
              class: integer
424
              class: integer
427
            - days, when decreaseLoanHighHoldsValue threshold is reached (if decreaseLoanHighHolds is enabled)
425
            - days for items with more than
428
        -
429
            - A loan should be reduced by decreaseLoanHighHoldsDuration when
430
            - pref: decreaseLoanHighHoldsValue
426
            - pref: decreaseLoanHighHoldsValue
431
              class: integer
427
              class: integer
432
            - holds have been places (if decreaseLoanHighHolds is enables)
428
            - holds.
433
    Fines Policy:
429
    Fines Policy:
434
        -
430
        -
435
            - Calculate fines based on days overdue
431
            - Calculate fines based on days overdue
436
- 

Return to bug 7751