@@ -, +, @@ default --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt @@ -193,7 +193,8 @@ $( document ).ready(function() { $("#finestable").dataTable($.extend(true, {}, dataTablesDefaults, { "columnDefs": [ { "type": "title-string", "targets" : [ "title-string" ] } - ] + ], + "order": [[ 0, "desc" ]] } )); $(".paypal").on("click", function() { --