[Koha-bugs] [Bug 19884] Improve performance of GetItem

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 11 11:16:40 CEST 2019


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

--- Comment #58 from David Gustafsson <glasklas at gmail.com> ---
It would need a larger refactoring though, even though I know we want to get
rid of the C4 namespace. GetBiblioMarc would be replaced by a call to
Biblio->find with a Koha::RecordProcessor for embedding items (I would suggest
keeping but deprecating GetBiblioMarc and replacing the subroutine body with
the Koha-namespace equivalent code.

Perhaps it would be a mistake to make things a bit messy making this
refactoring part of this patch.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list