[Koha-bugs] [Bug 11175] Show the parent record's component parts in the detailed views

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 7 10:48:57 CEST 2021


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

--- Comment #351 from Andrew Nugged <nugged at gmail.com> ---
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.


More information about the Koha-bugs mailing list