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

--- Comment #7 from Martin Renvoize (ashimema) 
<[email protected]> ---
Created attachment 201733
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201733&action=edit
Bug 43028: Reuse Koha::Biblio::Metadata's MARCXML repair in Import::Record

get_marc_record() previously reimplemented its own bare
strip-and-retry fallback, independent of Koha::Biblio::Metadata's
recovery (bug 35104). That meant staged import records didn't benefit
from the empty-datafield recovery added alongside the non-XML
stripping, and the two implementations could silently drift apart.
Use the shared repair_marcxml() instead.

Signed-off-by: Baptiste Bayche <[email protected]>
Signed-off-by: Baptiste Wojtkowski <[email protected]>
Sponsored-by: OpenFifth

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
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