@@ -, +, @@ are wrong 1.1. Go to Administration > Global system preferences 1.2. Search for EnableItemGroup (no s, to get both) 1.3. Enable both EnableItemGroups and EnableItemGroupHolds 1.4. Click Save all Circulation preferences --> There is a warning message --> The item group tab is displayed 4.1. Click New item group 4.2. Enter a name 4.3. Click Submit 4.4. In the Holdings tab, select the item 4.5. Click on Add/move to item group 4.6. Click Set item group 5.1. Click Place hold 5.2. Search for a patron 5.3. In the 'Hold next available item from an item group' section, select the item group 5.4. Click Place hold --> Placing a hold is possible 1.1. Go to Administration > Global system preferences 1.2. Search for EnableItemGroup (no s, to get both) 1.3. Disable both EnableItemGroups and EnableItemGroupHolds 1.4. Click Save all Circulation preferences --> There is a warning message --> There is no warning --> The item group tab is displayed --> Placing a hold is possible --> There is no warning --- .../prog/en/modules/admin/preferences/circulation.pref | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -673,8 +673,8 @@ Circulation: - - pref: EnableItemGroups choices: - yes: Enable - no: "Don't enable" + 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 @@ -688,8 +688,8 @@ Circulation: - - pref: EnableItemGroupHolds choices: - yes: Enable - no: "Don't enable" + 1: Enable + 0: "Don't enable" - the ability to place holds on item groups. - - If the holds queue is split, show librarians --