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

(-)a/catalogue/detail.pl (-2 / +1 lines)
Lines 521-527 if (C4::Context->preference("virtualshelves") ) { Link Here
521
    my $shelves = Koha::Virtualshelves->search(
521
    my $shelves = Koha::Virtualshelves->search(
522
        {
522
        {
523
            biblionumber => $biblionumber,
523
            biblionumber => $biblionumber,
524
            category => 2,
524
            public => 1,
525
        },
525
        },
526
        {
526
        {
527
            join => 'virtualshelfcontents',
527
            join => 'virtualshelfcontents',
528
- 

Return to bug 28959