@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -108,10 +108,7 @@ $(document).ready(function() { }); var table = $("#table_borrowers").dataTable($.extend(true, {}, dataTablesDefaults, { - "aoColumnDefs": [ - { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false }, - ], - "aaSorting": [ 2, "asc" ], + "aaSorting": [ 0, "asc" ], "sDom": "t", "iDisplayLength": -1 })); @@ -577,7 +574,7 @@ No patron matched [% message %] Name - Cardnumber + Card number Category Library Address --