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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-5 / +4 lines)
Lines 277-289 Circulation: Link Here
277
                  confirmation: Ask for confirmation
277
                  confirmation: Ask for confirmation
278
            - when checking out to a borrower that has overdues outstanding	    
278
            - when checking out to a borrower that has overdues outstanding	    
279
        -
279
        -
280
            - If any of a patron's checked out documents is late, the renewal is
280
            - If any of a patron's checked out items are late,
281
            - pref: OverduesBlockRenew
281
            - pref: OverduesBlockRenew
282
              type: choice
282
              type: choice
283
              choices:
283
              choices:
284
                  allow: allowed
284
                  allow: allow renewing of items.
285
                  blockall: blocked on whatever of his checked out documents
285
                  blockall: block renewing for all items.
286
                  blockitem: blocked only on the overdue items
286
                  blockitem: block renewing only for overdue items.
287
        -
287
        -
288
            - On checkin route the returned item to
288
            - On checkin route the returned item to
289
            - pref: HomeOrHoldingBranchReturn
289
            - pref: HomeOrHoldingBranchReturn
290
- 

Return to bug 8236