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

--- Comment #4 from David Cook <[email protected]> ---
Bumped into this one with ./misc/migration_tools/bulkmarcimport.pl

In our case, I think it's bad leader data, but $record->as_usmarc is what is
killing us. 

In C4::Biblio::ModBiblioMarc there is a call to $record->as_usmarc to
re-calculate the record length, and that was throwing a fatal error, so I've
wrapped that one in an eval{}...

It looks like bug 38913 will still fall victim to this one too because of
$record->as_usmarc used there too. 

I feel like some people reported issues even after bug 38913 with elastic
indexing and maybe that's why...

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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