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:
parent
50877291b2
commit
2cd12ac4d4
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue