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 <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Katrin Fischer 2020-08-31 21:53:29 +00:00 committed by Jonathan Druart
parent 50877291b2
commit 2cd12ac4d4

View file

@ -177,7 +177,7 @@
</td>
<td>[% lette.code | html %]</td>
<td>[% lette.name | html %]</td>
<td>[% lette.updated_on | $KohaDates with_hours = 1 %]</td>
<td><span title="[% lette.updated_on %]">[% lette.updated_on | $KohaDates with_hours = 1 %]</span></td>
<td class="actions">
[% IF !independant_branch || !lette.branchcode %]
<form method="post" action="/cgi-bin/koha/tools/letter.pl">