https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41956 --- Comment #4 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- Created attachment 198078 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198078&action=edit Bug 41956: Display hold_group_id Test plan: 1) Enable DisplayAddHoldGroups sys pref 2) Place two title-level holds for the same patron on two different biblios. 3) Group them via the patron's holds page. Note the hold_group_id shown in the table and the URL when you click through to the group page (e.g. hold_group_id=42). 4) Create a second hold group for the same patron with two more holds. Confirm the hold_group_id is shown instead of the previous visual_hold_group_id. 5) Go to Circulation > Holds to pull (/cgi-bin/koha/circ/pendingreserves.pl). Confirm each grouped hold shows 'Hold group 42' as a clickable link, not the old 'part of a hold group' text. 6) Go to Circulation > Holds queue (/cgi-bin/koha/circ/view_holdsqueue.pl). Confirm the same — 'Hold group 42' link visible beneath the title. 7) Log in to the OPAC as that patron, go to 'Your summary' > 'Holds' tab. Confirm the 'Hold group' column shows 42. 8) Cancel one hold from the group. Confirm the group still appears on the patron's 'Holds' tab (one hold remains). 9) Cancel the last hold in the group. Confirm the no holds of the group and the group no longer appear on the patron's 'Holds' tab. Check holds history on the Staff UI: (/cgi-bin/koha/members/holdshistory.pl?borrowernumber=NNN) — both cancelled holds should still show 42 in the 'Hold group ID' column. Run tests: prove t/db_dependent/Reserves/HoldGroup.t prove t/db_dependent/Koha/Hold.t prove t/db_dependent/Koha/Patron.t prove t/db_dependent/api/v1/patrons_hold_groups.t prove t/db_dependent/api/v1/holds.t prove t/db_dependent/api/v1/patrons_holds.t -- You are receiving this mail because: You are watching all bug changes.