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

(-)a/C4/Utils/DataTables/VirtualShelves.pm (-2 lines)
Lines 107-113 sub search { Link Here
107
        ($orderby ? $orderby : ""),
107
        ($orderby ? $orderby : ""),
108
        ($limit ? $limit : "")
108
        ($limit ? $limit : "")
109
    );
109
    );
110
    warn $query;
111
    my $shelves = $dbh->selectall_arrayref( $query, { Slice => {} }, @args );
110
    my $shelves = $dbh->selectall_arrayref( $query, { Slice => {} }, @args );
112
111
113
    # Get the iTotalDisplayRecords DataTable variable
112
    # Get the iTotalDisplayRecords DataTable variable
114
- 

Return to bug 27715