From ee8fc2ac70d6a2d4689a62fcfc484381603b3288 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 9 May 2023 22:11:00 +0000 Subject: [PATCH] Bug 33575: (QA follow-up) Fix date sorting on Date column Implements correct date sorting for different date formats on the Date column. See: https://wiki.koha-community.org/wiki/DataTables_HowTo#Sorting_dates_regardless_of_date_format_preference Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc index a9c78d14394..6e70ced95eb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -119,7 +119,7 @@ [% INCLUDE 'patron-title.inc' patron=hold.patron hide_patron_infos_if_needed=1 %] [% hold.notes | html | html_line_break %] - + [% IF Koha.Preference('AllowHoldDateInFuture') %] [% ELSE %] -- 2.30.2