From dd493fe2cb7104ebcb1fa4cc6cb978db32da5f43 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Fri, 15 Sep 2023 15:52:53 -0400 Subject: [PATCH] Bug 34807: Move EnableItemGroups in cataloging preferences This patch moves the EnableItemGroups system preference with cataloging preferences, as it deals with the grouping of items in a bibliographic record. To test: 1. Apply patch 2. Go to Administration > System preferences 3. Search for enableitemgroup --> EnableItemGroups should be in cataloging preferences --> EnableItemGroupHolds should be in circulation preferences Signed-off-by: David Nind Signed-off-by: Lucas Gass Signed-off-by: Tomas Cohen Arazi --- .../prog/en/modules/admin/preferences/cataloguing.pref | 6 ++++++ .../prog/en/modules/admin/preferences/circulation.pref | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref index f8dc10962b..5a6346ed46 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref @@ -93,6 +93,12 @@ Cataloging: MARC21: MARC21 UNIMARC: UNIMARC - format. + - + - pref: EnableItemGroups + choices: + 1: Enable + 0: "Don't enable" + - the item groups feature to allow collecting groups of items on a record together. - - Use the item type of the - pref: item-level_itypes 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 55feb4d444..52ba6e0d05 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 @@ -659,12 +659,6 @@ Circulation: 0: "Don't store" - 'the last patron to return an item. This setting is independent of the opacreadinghistory and AnonymousPatron system preferences.' Holds policy: - - - - pref: EnableItemGroups - choices: - 1: Enable - 0: "Don't enable" - - the item groups feature to allow collecting groups of items on a record together. - - In the staff interface, split the holds queue into separate tables by - pref: HoldsSplitQueue -- 2.39.2