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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-3 / +4 lines)
Lines 420-426 Circulation: Link Here
420
        -
420
        -
421
            - By default, set the LOST value of an item to
421
            - By default, set the LOST value of an item to
422
            - pref: DefaultLongOverdueLostValue
422
            - pref: DefaultLongOverdueLostValue
423
              class: integer
423
              choices: authval
424
              source: LOST
424
            - when the item has been overdue for more than
425
            - when the item has been overdue for more than
425
            - pref: DefaultLongOverdueDays
426
            - pref: DefaultLongOverdueDays
426
              class: integer
427
              class: integer
Lines 432-438 Circulation: Link Here
432
        -
433
        -
433
            - "Charge a lost item to the patron's account when the LOST value of the item changes to:"
434
            - "Charge a lost item to the patron's account when the LOST value of the item changes to:"
434
            - pref: DefaultLongOverdueChargeValue
435
            - pref: DefaultLongOverdueChargeValue
435
              class: integer
436
              choices: authval
437
              source: LOST
436
            - <br>Leave this field empty if you don't want to charge the patron for lost items.
438
            - <br>Leave this field empty if you don't want to charge the patron for lost items.
437
            - <br>(Used when the longoverdue.pl script is called without the --charge parameter)
439
            - <br>(Used when the longoverdue.pl script is called without the --charge parameter)
438
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
440
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
439
- 

Return to bug 31731