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

Nick Clemens <n...@bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #9 from Nick Clemens <n...@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.
_______________________________________________
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