@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt @@ -14,6 +14,7 @@ $(document).ready(function() { $('#patrons_to_add_fieldset').hide(); $('#patron-list-table').dataTable($.extend(true, {}, dataTablesDefaults, { + "order": [[ 3, "asc" ]], "aoColumns": [ null,null,null,null,null,null,null,{ "sType": "title-string" },null ], @@ -111,7 +112,7 @@ $(document).ready(function() {   Card - Firstname + First name Surname Address Category --