11 Jun
2026
11 Jun
'26
12:40 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29099 --- Comment #35 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 200211 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200211&action=edit Bug 29099: Improve bundle host query and POD consistency Replace Koha::Item::Bundles GROUP BY approach with a direct Koha::Items JOIN query, eliminating the host_item() intermediate call and reducing query depth from 1+2N to 1+N per bundle in the dropdown. Also corrects =head3 to =head2 for object_class in Koha::Item::Bundles. -- You are receiving this mail because: You are watching all bug changes.