View | Details | Raw Unified | Return to bug 40143
Collapse All | Expand All

(-)a/opac/opac-detail.pl (-2 / +4 lines)
Lines 975-981 if ( C4::Context->preference("virtualshelves") ) { Link Here
975
    my $shelves = Koha::Virtualshelves->search(
975
    my $shelves = Koha::Virtualshelves->search(
976
        {
976
        {
977
            biblionumber => $biblionumber,
977
            biblionumber => $biblionumber,
978
            public       => 1,
978
            '-or'        => {
979
                public => 1,
980
                owner  => $borrowernumber
981
            }
979
        },
982
        },
980
        {
983
        {
981
            join => 'virtualshelfcontents',
984
            join => 'virtualshelfcontents',
982
- 

Return to bug 40143