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 <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Kyle Hall 2024-05-03 14:07:44 +00:00 committed by Katrin Fischer
parent a03b3e5fe2
commit ab438e7023
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -452,18 +452,20 @@ Circulation:
- <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.
- <br>Set to a list of comma separated values, e.g. <em>5,6,7</em>.
-
- 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.
- <br>Leave this field empty if you want to process overdues for all patron categories.
- <br>(Used when the longoverdue.pl script is called without the --category parameter)
- <br>WARNING — This preference will be active only if DefaultLongOverdueSkipBorrowerCategories is empty.
- "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
-
- <br>
- Set the default patron categories to <i>not</i> recieve overdues to
- pref: DefaultLongOverdueSkipBorrowerCategories
choices: patron-categories
class: multiple
- the borrower categories that will not be listed. Include all others.
- <br>Leave this field empty if you want to process overdues for all patron categories.
- <br>(Used when the longoverdue.pl script is called without the --skip-category parameter)
- <br>WARNING - This preference overrides the DefaultLongOverdueBorrowerCategories preference, so the DefaultLongOverdueBorrowerCategories filter will not take effect.
- "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."