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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-7 / +8 lines)
Lines 568-588 Circulation: Link Here
568
            - <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)
569
            - "<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
        -
570
        -
571
            - Set the default patron categories to receive overdues to
571
            - The long overdue process affects patrons in the 
572
            - pref: DefaultLongOverduePatronCategories
572
            - pref: DefaultLongOverduePatronCategories
573
              choices: patron-categories
573
              choices: patron-categories
574
              class: multiple
574
              class: multiple
575
            - <br>Leave this field empty if you want to process overdues for all patron categories.
575
            - categories.
576
            - <br>Leave this field empty if you want to process long overdues for all patron categories.
576
            - <br>(Used when the longoverdue.pl script is called without the --category parameter)
577
            - <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><strong>WARNING:</strong> This preference will be active only if DefaultLongOverdueSkipPatronCategories is empty.
578
            - <br>
579
            - <br>
579
            - Set the default patron categories to <i>not</i> receive overdues to
580
            - The long overdue process <i>does not</i> affect patrons in the 
580
            - pref: DefaultLongOverdueSkipPatronCategories
581
            - pref: DefaultLongOverdueSkipPatronCategories
581
              choices: patron-categories
582
              choices: patron-categories
582
              class: multiple
583
              class: multiple
583
            - <br>Leave this field empty if you want to process overdues for all patron categories.
584
            - categories.
585
            - <br>Leave this field empty if you want to process long overdues for all patron categories.
584
            - <br>(Used when the longoverdue.pl script is called without the --skip-category parameter)
586
            - <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.
587
            - <br><strong>WARNING:</strong> 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."
588
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
587
        -
589
        -
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
590
            - 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
- 

Return to bug 38053