30 Jun
2026
30 Jun
'26
1:02 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42404 --- Comment #33 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 201285 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201285&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. Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.