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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-patron-search-results.inc (-2 / +1 lines)
Lines 4-10 Link Here
4
            window.document.location = $(this).data('url');
4
            window.document.location = $(this).data('url');
5
        });
5
        });
6
        var table = $("#table_borrowers").dataTable($.extend(true, {}, dataTablesDefaults, {
6
        var table = $("#table_borrowers").dataTable($.extend(true, {}, dataTablesDefaults, {
7
            "aaSorting": [ 1, "asc" ],
7
            "aaSorting": [ 0, "asc" ],
8
            "sDom": "t",
8
            "sDom": "t",
9
            "iDisplayLength": -1
9
            "iDisplayLength": -1
10
        }));
10
        }));
11
- 

Return to bug 16462