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

(-)a/C4/ShelfBrowser.pm (-2 / +1 lines)
Lines 180-186 sub GetNearbyItems { Link Here
180
    };
180
    };
181
    my @next_items = @{
181
    my @next_items = @{
182
        $dbh->selectall_arrayref(
182
        $dbh->selectall_arrayref(
183
            $next_query . $query_cond . ' ORDER BY items.cn_sort, itemnumber LIMIT ?',
183
            $next_query . $query_cond . ' ORDER BY items.cn_sort, biblio.title LIMIT ?',
184
            { Slice => {} },
184
            { Slice => {} },
185
            ( @params, $gap + 1 )
185
            ( @params, $gap + 1 )
186
        )
186
        )
187
- 

Return to bug 35484