From 48e4d7439a020e4fb8fc7da95a041084381b1591 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 3 May 2022 15:30:04 +0100 Subject: [PATCH] Bug 23681: (QA follow-up) Move preference again This patch removes the new PatronRestrictionTypes preference from the accounting area in preference to creating a new group for 'Patron restriction' related preferences in the circulation preferences tab. Signed-off-by: Katrin Fischer --- .../modules/admin/preferences/accounting.pref | 6 --- .../admin/preferences/circulation.pref | 45 +++++++++++-------- 2 files changed, 26 insertions(+), 25 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref index e29378ee7e..b371afc4ab 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref @@ -56,9 +56,3 @@ Accounting: branchyyyymmincr: 'Automatically generate credit numbers in the form yyyymm0001' incremental: 'Automatically generate credit numbers in the form 1, 2, 3' - Automatic generation also has to be enabled for each credit type (Configure credit types) - - - - pref: PatronRestrictionTypes - choices: - 1: Allow - 0: Don't allow - - "the type of patron restriction to be specified when applying manually." 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 1da543cc74..4e4bd72261 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 @@ -195,12 +195,6 @@ Circulation: 1: Allow 0: "Don't allow" - staff to override and check out items when the patron has reached the maximum number of allowed checkouts. - - - - pref: AutoRemoveOverduesRestrictions - choices: - 1: "Do" - 0: "Don't" - - allow OVERDUES restrictions triggered by sent notices to be cleared automatically when all overdue items are returned by a patron. - - pref: AllowNotForLoanOverride choices: @@ -518,13 +512,6 @@ Circulation: allow: allow renewing. blockitem: block renewing only for this item. block: block renewing for all the patron's items. - - - - If a patron is restricted, - - pref: RestrictionBlockRenewing - choices: - 1: block - 0: allow - - renewing of items from the staff interface and via the misc/cronjobs/automatic_renewals.pl cronjob. - - If a patron owes more than the value of OPACFineNoRenewals, - pref: OPACFineNoRenewalsBlockAutoRenew @@ -640,12 +627,6 @@ Circulation: - This is a list of value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value - "it will be updated to the right-hand value. For example, '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan." - Each pair of values should be on a separate line. - - - - pref: CumulativeRestrictionPeriods - choices: - 1: Cumulate - 0: "Don't cumulate" - - the restriction periods. - - pref: HidePersonalPatronDetailOnCirculation choices: @@ -945,6 +926,32 @@ Circulation: loggedinlibrary: "logged in library" homebranch: "item's home branch" holdingbranch: "item's holding branch" + Patron restrictions: + - + - pref: PatronRestrictionTypes + choices: + 1: Allow + 0: Don't allow + - "the type of patron restriction to be specified when applying manually." + - + - pref: CumulativeRestrictionPeriods + choices: + 1: Cumulate + 0: "Don't cumulate" + - the restriction periods. + - + - pref: AutoRemoveOverduesRestrictions + choices: + 1: "Do" + 0: "Don't" + - allow OVERDUES restrictions triggered by sent notices to be cleared automatically when all overdue items are returned by a patron. + - + - If a patron is restricted, + - pref: RestrictionBlockRenewing + choices: + 1: block + 0: allow + - renewing of items from the staff interface and via the misc/cronjobs/automatic_renewals.pl cronjob. Interlibrary loans: - - pref: ILLModule -- 2.30.2