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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-2 / +1 lines)
Lines 27-33 $(document).ready(function() { Link Here
27
    };
27
    };
28
    $('#holdst thead input').on('change keyup keydown', filterColumn);
28
    $('#holdst thead input').on('change keyup keydown', filterColumn);
29
29
30
    var columns_settings = [% ColumnsSettings.GetColumns('circ', 'view_holdsqueue', 'holds-table', 'json') %];
30
    var columns_settings = [% ColumnsSettings.GetColumns('circ', 'view_holdsqueue', 'holds-table', 'json').raw %];
31
    var holdst = KohaTable("#holdst", {
31
    var holdst = KohaTable("#holdst", {
32
        "aaSorting": [[ 3, "asc" ]],
32
        "aaSorting": [[ 3, "asc" ]],
33
        "aoColumns": [
33
        "aoColumns": [
34
- 

Return to bug 15471