From 99f3d2738ea58add238011f1e866c74a8bcf08bb Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Mon, 1 Jul 2024 10:30:08 +0000 Subject: [PATCH] Bug 37178: Disable sorting on comments column --- koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d1aefcc5e8..ded2cca3b7 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js +++ b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js @@ -390,7 +390,7 @@ $(document).ready(function() { }, { "data": "comments_count", - "orderable": true, + "orderable": false, "searchable": false, "render": function(data, type, row, meta) { return escape_str(data); -- 2.39.2