Bug 12732: (follow-up) Use data-order instead of data-sort
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
bb69f4c384
commit
31c4ecce6a
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@
|
|||
[% lateorder.basket.basketname | html %] ([% lateorder.basketno | html %])
|
||||
[% END %]
|
||||
</td>
|
||||
<td data-sort="[% lateorder.basket.creationdate | html %]">[% lateorder.basket.creationdate | $KohaDates %]</td>
|
||||
<td data-order="[% lateorder.basket.creationdate | html %]">[% lateorder.basket.creationdate | $KohaDates %]</td>
|
||||
<td>
|
||||
[% IF ( lateorder.basket.basketgroupid ) %]
|
||||
[% IF ( CAN_user_acquisition_group_manage ) %]
|
||||
|
|
Loading…
Reference in a new issue