22 Feb
2022
22 Feb
'22
2:24 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19884 --- Comment #59 from Nick Clemens <nick@bywatersolutions.com> --- GetItems is gone, but I think some of the thoughts here are valid -doing a single fetch for each item of a biblio is excessive - EmbedItemsInBarcBiblio should use Koha::Items->search() - limiting to the biblionumber, filtering against "$itemnumbers" and checking for opac visibility (filter_by_visible_in_opac) GetMarcItem should accept a Koha item object too, to avoid re-fetching the items It may be worth filing new bugs, as this one is lengthy now -- You are receiving this mail because: You are watching all bug changes.