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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt (-1 / +2 lines)
Lines 17-23 $(document).ready(function() { Link Here
17
            ],
17
            ],
18
            "aoColumnDefs": [
18
            "aoColumnDefs": [
19
                { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false },
19
                { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false },
20
            ]
20
            ],
21
            "sPaginationType": "four_button"
21
        } ));
22
        } ));
22
23
23
    $( "#find_patron" ).autocomplete({
24
    $( "#find_patron" ).autocomplete({
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt (-2 / +2 lines)
Lines 11-17 Link Here
11
        $('#patron-lists-table').dataTable($.extend(true, {}, dataTablesDefaults, {
11
        $('#patron-lists-table').dataTable($.extend(true, {}, dataTablesDefaults, {
12
            "aoColumnDefs": [
12
            "aoColumnDefs": [
13
                { "aTargets": [ -1, -2, -3 ], "bSortable": false, "bSearchable": false },
13
                { "aTargets": [ -1, -2, -3 ], "bSortable": false, "bSearchable": false },
14
            ]
14
            ],
15
            "sPaginationType": "four_button"
15
        } ));
16
        } ));
16
    });
17
    });
17
18
18
- 

Return to bug 13459