[Koha-bugs] [Bug 29697] Replace GetMarcBiblio occurrences with $biblio->metadata->record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 3 11:12:53 CEST 2022


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

--- Comment #58 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
opac/opac-detail.pl:
if ( scalar @all_items >= 1 ) {
        @items_to_show = Koha::Items->search( { itemnumbers => [ map {
$_->{itemnumber} } @all_items ] } )
                                    ->filter_by_visible_in_opac( { patron =>
$patron } );

opac/opac-tags.pl:
my @items_to_show = $items->filter_by_visible_in_opac({ opac => 1, patron =>
$patron });

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


More information about the Koha-bugs mailing list