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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt (-2 / +1 lines)
Lines 11-17 Link Here
11
        $('#patron-lists-table').dataTable($.extend(true, {}, dataTablesDefaults, {
11
        $('#patron-lists-table').dataTable($.extend(true, {}, dataTablesDefaults, {
12
            "autoWidth": false,
12
            "autoWidth": false,
13
            "aoColumnDefs": [
13
            "aoColumnDefs": [
14
                { "aTargets": [ -1, -2, -3 ], "bSortable": false, "bSearchable": false },
14
                { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false },
15
            ],
15
            ],
16
            "sPaginationType": "four_button"
16
            "sPaginationType": "four_button"
17
        } ));
17
        } ));
18
- 

Return to bug 13778