Bug 33414: Add the data-order class

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2023-04-05 09:11:41 +02:00 committed by Tomas Cohen Arazi
parent 2ea8bf5383
commit bb4e59f888
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -92,8 +92,8 @@
<td>[% ordersloo.quantity | html %]</td>
<td>[% ordersloo.total_rrp | $Price %]</td>
<td>[% ordersloo.total_ecost | $Price %]</td>
<td>[% ordersloo.entrydate | $KohaDates %]</td>
<td>[% ordersloo.datereceived | $KohaDates %]</td>
<td data-order="[% ordersloo.entrydate | html %]">[% ordersloo.entrydate | $KohaDates %]</td>
<td data-order="[% ordersloo.datereceived | html %]">[% ordersloo.datereceived | $KohaDates %]</td>
<td>[% ordersloo.order_internalnote | html %]</td>
<td>[% ordersloo.order_vendornote | html %]</td>
</tr>