From 5a455cee9bf2a24401df0c0cc0aa01780fc1d6ab Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Tue, 27 Jun 2023 15:00:00 +0000 Subject: [PATCH] Bug 34133: Set default sort on first column (ID) desc --- koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js index df0ca1cfcf..41b3184c92 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js +++ b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js @@ -200,6 +200,7 @@ $(document).ready(function() { 'id_prefix', 'patron' ], + "order": [[0, 'desc']], "stateSave": true, // remember state on page reload "columns": [ { -- 2.30.2