From a0a984dc6fc4e30d033ebfbef09dd72f7e1cbec9 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 18 Aug 2020 14:47:17 +0000 Subject: [PATCH] Add data-order attr to that include dates This patch adds the special dataTable attr 'data-order' in order to correctly sort the dates To test: Retest Bug 23233, with appropriate dates https://bugs.koha-community.org/show_bug.cgi?id=26233 --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt index 051695788c..1157cdf9e6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt @@ -113,7 +113,7 @@ [% END %] [% FOREACH item_valu IN item_loo.item_value %] [% IF item_valu.datatype == 'date' %] - [% item_valu.field | $KohaDates %] + [% item_valu.field | $KohaDates %] [% ELSE %] [% item_valu.field | html %] [% END %] -- 2.11.0