3 Jun
2022
3 Jun
'22
11:12 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29697 --- Comment #58 from Marcel de Rooy <m.de.rooy@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.