https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19884

--- Comment #59 from Nick Clemens <n...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to