From ab438e70230cd6885c58a9b7d3cfe2b8262260de Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 3 May 2024 14:07:44 +0000 Subject: [PATCH] Bug 35169: (QA follow-up) Fix up syspref language and group them together The language used in the syspref preferences was a bit confusing. Also, it makes sense to keep these two together on the page as they are intrinsically linked. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer --- .../en/modules/admin/preferences/circulation.pref | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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." -- 2.39.5