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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-18 / +17 lines)
Lines 432-454 Circulation: Link Here
432
                  1: ask
432
                  1: ask
433
                  0: "don't ask"
433
                  0: "don't ask"
434
            - "for confirmation."
434
            - "for confirmation."
435
        -
436
            - Set the default patron categories to receive overdues to
437
            - pref: DefaultLongOverduePatronCategories
438
              choices: patron-categories
439
              class: multiple
440
            - <br>Leave this field empty if you want to process overdues for all patron categories.
441
            - <br>(Used when the longoverdue.pl script is called without the --category parameter)
442
            - <br>WARNING — This preference will be active only if DefaultLongOverdueSkipPatronCategories is empty.
443
            - <br>
444
            - Set the default patron categories to <i>not</i> receive overdues to
445
            - pref: DefaultLongOverdueSkipPatronCategories
446
              choices: patron-categories
447
              class: multiple
448
            - <br>Leave this field empty if you want to process overdues for all patron categories.
449
            - <br>(Used when the longoverdue.pl script is called without the --skip-category parameter)
450
            - <br>WARNING - This preference overrides the DefaultLongOverduePatronCategories preference, so the DefaultLongOverduePatronCategories filter will not take effect.
451
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
452
        -
435
        -
453
            - "When checking out an item, "
436
            - "When checking out an item, "
454
            - pref: RecordStaffUserOnCheckout
437
            - pref: RecordStaffUserOnCheckout
Lines 584-589 Circulation: Link Here
584
            - <br>Leave this field empty if you don't want to charge the patron for lost items.
567
            - <br>Leave this field empty if you don't want to charge the patron for lost items.
585
            - <br>(Used when the longoverdue.pl script is called without the --charge parameter)
568
            - <br>(Used when the longoverdue.pl script is called without the --charge parameter)
586
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
569
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
570
        -
571
            - Set the default patron categories to receive overdues to
572
            - pref: DefaultLongOverduePatronCategories
573
              choices: patron-categories
574
              class: multiple
575
            - <br>Leave this field empty if you want to process overdues for all patron categories.
576
            - <br>(Used when the longoverdue.pl script is called without the --category parameter)
577
            - <br>WARNING — This preference will be active only if DefaultLongOverdueSkipPatronCategories is empty.
578
            - <br>
579
            - Set the default patron categories to <i>not</i> receive overdues to
580
            - pref: DefaultLongOverdueSkipPatronCategories
581
              choices: patron-categories
582
              class: multiple
583
            - <br>Leave this field empty if you want to process overdues for all patron categories.
584
            - <br>(Used when the longoverdue.pl script is called without the --skip-category parameter)
585
            - <br>WARNING - This preference overrides the DefaultLongOverduePatronCategories preference, so the DefaultLongOverduePatronCategories filter will not take effect.
586
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
587
        -
587
        -
588
            - When using the automatic item loss process, skip items with <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOST">LOST</a> values matching any of
588
            - When using the automatic item loss process, skip items with <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOST">LOST</a> values matching any of
589
            - pref: DefaultLongOverdueSkipLostStatuses
589
            - pref: DefaultLongOverdueSkipLostStatuses
590
- 

Return to bug 38053