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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-6 / +7 lines)
Lines 452-469 Circulation: Link Here
452
            - <br>Leave this field empty if you don't want to skip any <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOST">LOST</a> statuses.
452
            - <br>Leave this field empty if you don't want to skip any <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOST">LOST</a> statuses.
453
            - <br>Set to a list of comma separated values, e.g. <em>5,6,7</em>.
453
            - <br>Set to a list of comma separated values, e.g. <em>5,6,7</em>.
454
        -
454
        -
455
            - Set the default patron categories to recieve overdues to
455
            - pref: DefaultLongOverdueBorrowerCategories
456
            - pref: DefaultLongOverdueBorrowerCategories
456
              choices: patron-categories
457
              choices: patron-categories
457
              class: multiple
458
              class: multiple
458
            - the borrower categories that will be listed. Exclude all others.
459
            - <br>Leave this field empty if you want to process overdues for all patron categories.
460
            - <br>(Used when the longoverdue.pl script is called without the --category parameter)
459
            - <br>WARNING — This preference will be active only if DefaultLongOverdueSkipBorrowerCategories is empty.
461
            - <br>WARNING — This preference will be active only if DefaultLongOverdueSkipBorrowerCategories is empty.
460
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
462
            - <br>
461
463
            - Set the default patron categories to <i>not</i> recieve overdues to
462
        -
463
            - pref: DefaultLongOverdueSkipBorrowerCategories
464
            - pref: DefaultLongOverdueSkipBorrowerCategories
464
              choices: patron-categories
465
              choices: patron-categories
465
              class: multiple
466
              class: multiple
466
            - the borrower categories that will not be listed. Include all others.
467
            - <br>Leave this field empty if you want to process overdues for all patron categories.
468
            - <br>(Used when the longoverdue.pl script is called without the --skip-category parameter)
467
            - <br>WARNING - This preference overrides the DefaultLongOverdueBorrowerCategories preference, so the DefaultLongOverdueBorrowerCategories filter will not take effect.
469
            - <br>WARNING - This preference overrides the DefaultLongOverdueBorrowerCategories preference, so the DefaultLongOverdueBorrowerCategories filter will not take effect.
468
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
470
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
469
471
470
- 

Return to bug 35169