https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175
--- Comment #351 from Andrew Nugged <[email protected]> --- bug and hotfix: we testing this on pre-prod for our libraries (we already using this feature from this ticket for a year), I found that we already have MARC::Record object in $part variable so no need to have: $part = MARC::Record->new_from_xml( $part, 'UTF-8' ); so just commenting out this line makes it work. I did this half-blindly, Martin, you might re-check this proposal if this is the real fix. -- You are receiving this mail because: 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/
