https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25265 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #9 from Nick Clemens <nick@bywatersolutions.com> --- Missing an '=' in ModItemFromMarc assignment LostItem is not always called, only if item is marked lost when it wasn't I think this patch goes after the wrong problem - the issue is that we reindex the whole bib for each item call, instead of editing all items, then reindexing the bib. I think the idea here is right though, we should pass skip_modzebra_update for all the calls, then add a new call to index bib after all items are modified -- You are receiving this mail because: You are watching all bug changes.