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

(-)a/Koha/Virtualshelves.pm (-2 / +1 lines)
Lines 154-160 sub get_shelves_containing_record { Link Here
154
        },
154
        },
155
        {
155
        {
156
            join     => [ 'virtualshelfcontents', 'virtualshelfshares' ],
156
            join     => [ 'virtualshelfcontents', 'virtualshelfshares' ],
157
            group_by => 'shelfnumber',
157
            distinct => 'shelfnumber',
158
            order_by => { -asc => 'shelfname' },
158
            order_by => { -asc => 'shelfname' },
159
        }
159
        }
160
    );
160
    );
161
- 

Return to bug 20179