https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31224
--- Comment #51 from Jonathan Druart <[email protected]> --- Shouldn't we filter by default? 166 if ( $params->{embed_items} ) { 167 push @filters, 'EmbedItems'; 168 if ( $params->{interface} && $params->{interface} eq 'opac' ) { 169 $options->{items} = $self->items->filter_by_visible_in_opac( If we don't pass 'opac' we do not filter. If we forget it then it's not filtered either. -- 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/
