[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
Sat Oct 23 14:37:32 CEST 2021


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

--- Comment #471 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Still thinking about this a bit, and looking here:

        for my $part ( @{$components} ) {
            $part = C4::Search::new_record_from_zebra( 'biblioserver', $part );
            push @{$parts},
              XSLTParse4Display(
                {
                    biblionumber => $biblionumber,

Why pass the same biblionumber here when running through all component records?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list