@@ -, +, @@ table - Verify date sorting in the notices table works as expected --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt +++ a/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 %]
--