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

Nick Clemens (kidclamp) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Koha::Authorities->move     |Koha::Authorities->move_to_
                   |                            |deleted can die on encoding
                   |                            |errors

--- Comment #1 from Nick Clemens (kidclamp) <[email protected]> ---
We should add a try/catch around:
$data->{marcxml} = $record->as_xml_record($format);

and try to ignore bad characters as we do for biblios in other parts of the
code - we've already decided to delete it, bad characters shouldn't stop us

-- 
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