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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-1 / +1 lines)
Lines 62-67 $(document).ready(function() { Link Here
62
        "aoColumnDefs": [
62
        "aoColumnDefs": [
63
            { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false },
63
            { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false },
64
        ],
64
        ],
65
        "aaSorting": [[0, 'desc']],
65
        "bAutoWidth": false,
66
        "bAutoWidth": false,
66
        "bPaginate": false,
67
        "bPaginate": false,
67
        "bInfo": false,
68
        "bInfo": false,
68
- 

Return to bug 8715