From c860897ca7ce9c8954fd9bf6e223578bf710c38b Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Tue, 5 Jun 2018 15:22:31 +0100 Subject: [PATCH] Bug 20883: (follow-up) Fix column indexes --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index 392b7cfc40..eeac934ffa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -278,7 +278,7 @@ 'bSearchable': false }, ], - 'aaSorting': [[ 6, 'desc' ]], // Default sort, updated descending + 'aaSorting': [[ 7, 'desc' ]], // Default sort, updated descending 'processing': true, // Display a message when manipulating 'iDisplayLength': 10, // 10 results per page 'sPaginationType': "full_numbers", // Pagination display -- 2.11.0