From d4813cff6280a519ee86f0a79ceea5513591834d Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 31 Aug 2020 21:53:29 +0000 Subject: [PATCH] Bug 25776: (follow-up) Fix sorting by change date in notices table Some markup was missing to sort the date correctly. To test: - Verify date sorting in the notices table works as expected Signed-off-by: David Nind Signed-off-by: Martin Renvoize --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt index d2c050695e..4857ed5428 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt @@ -177,7 +177,7 @@ [% lette.code | html %] [% lette.name | html %] - [% lette.updated_on | $KohaDates with_hours = 1 %] + [% lette.updated_on | $KohaDates with_hours = 1 %] [% IF !independant_branch || !lette.branchcode %]
-- 2.20.1