diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index c9b6e36593..1db0437c6b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -452,18 +452,20 @@ Circulation: -
Leave this field empty if you don't want to skip any LOST statuses. -
Set to a list of comma separated values, e.g. 5,6,7. - + - Set the default patron categories to recieve overdues to - pref: DefaultLongOverdueBorrowerCategories choices: patron-categories class: multiple - - the borrower categories that will be listed. Exclude all others. + -
Leave this field empty if you want to process overdues for all patron categories. + -
(Used when the longoverdue.pl script is called without the --category parameter) -
WARNING — This preference will be active only if DefaultLongOverdueSkipBorrowerCategories is empty. - - "
NOTE: This system preference requires the misc/cronjobs/longoverdue.pl cronjob. Ask your system administrator to schedule it." - - - + -
+ - Set the default patron categories to not recieve overdues to - pref: DefaultLongOverdueSkipBorrowerCategories choices: patron-categories class: multiple - - the borrower categories that will not be listed. Include all others. + -
Leave this field empty if you want to process overdues for all patron categories. + -
(Used when the longoverdue.pl script is called without the --skip-category parameter) -
WARNING - This preference overrides the DefaultLongOverdueBorrowerCategories preference, so the DefaultLongOverdueBorrowerCategories filter will not take effect. - "
NOTE: This system preference requires the misc/cronjobs/longoverdue.pl cronjob. Ask your system administrator to schedule it."