https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29099
--- Comment #35 from Martin Renvoize (ashimema) <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
