22 Jun
2026
22 Jun
'26
11:40 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42404 --- Comment #20 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 200839 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200839&action=edit Bug 42404: (follow-up) Reuse item object to avoid redundant fetch in replace mode In item_id target mode, the item was fetched once to obtain the biblionumber, then fetched again inside the replace block via Koha::Items->find(). Store the first result and pass it through to avoid the N+1 pattern. -- You are receiving this mail because: You are watching all bug changes.