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

--- Comment #58 from Marcel de Rooy <[email protected]> ---
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.
_______________________________________________
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