From 48d0c198a043248675d289366ccaed776ec15a4c Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Tue, 1 Oct 2024 11:13:59 -0400 Subject: [PATCH] Bug 38053: Change section of DefaultLongOverduePatronCategories and DefaultLongOverdueSkipPatronCategories system preferences This patch moves the DefaultLongOverduePatronCategories and DefaultLongOverdueSkipPatronCategories system preferences to the Lost item policy section of the circulation preferences, to be with the other DefaultLongOverdue system preferences. To test: 1. Apply patch 2. Go to Administration > System preferences > Circulation > Lost item policy --> The two system preferences should be there with the other ones Signed-off-by: Katrin Fischer --- .../admin/preferences/circulation.pref | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 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 317e4238ec..679ff89681 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 @@ -432,23 +432,6 @@ Circulation: 1: ask 0: "don't ask" - "for confirmation." - - - - Set the default patron categories to receive overdues to - - pref: DefaultLongOverduePatronCategories - choices: patron-categories - class: multiple - -
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 DefaultLongOverdueSkipPatronCategories is empty. - -
- - Set the default patron categories to not receive overdues to - - pref: DefaultLongOverdueSkipPatronCategories - choices: patron-categories - class: multiple - -
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 DefaultLongOverduePatronCategories preference, so the DefaultLongOverduePatronCategories filter will not take effect. - - "
NOTE: This system preference requires the misc/cronjobs/longoverdue.pl cronjob. Ask your system administrator to schedule it." - - "When checking out an item, " - pref: RecordStaffUserOnCheckout @@ -584,6 +567,23 @@ Circulation: -
Leave this field empty if you don't want to charge the patron for lost items. -
(Used when the longoverdue.pl script is called without the --charge parameter) - "
NOTE: This system preference requires the misc/cronjobs/longoverdue.pl cronjob. Ask your system administrator to schedule it." + - + - Set the default patron categories to receive overdues to + - pref: DefaultLongOverduePatronCategories + choices: patron-categories + class: multiple + -
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 DefaultLongOverdueSkipPatronCategories is empty. + -
+ - Set the default patron categories to not receive overdues to + - pref: DefaultLongOverdueSkipPatronCategories + choices: patron-categories + class: multiple + -
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 DefaultLongOverduePatronCategories preference, so the DefaultLongOverduePatronCategories filter will not take effect. + - "
NOTE: This system preference requires the misc/cronjobs/longoverdue.pl cronjob. Ask your system administrator to schedule it." - - When using the automatic item loss process, skip items with LOST values matching any of - pref: DefaultLongOverdueSkipLostStatuses -- 2.39.5