Bugzilla – Attachment 156292 Details for
Bug 12732
Allow sorting by basket creation date to the late orders table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12732: (follow-up) Use data-order instead of data-sort
Bug-12732-follow-up-Use-data-order-instead-of-data.patch (text/plain), 1.26 KB, created by
Emily Lamancusa (emlam)
on 2023-09-27 13:44:51 UTC
(
hide
)
Description:
Bug 12732: (follow-up) Use data-order instead of data-sort
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2023-09-27 13:44:51 UTC
Size:
1.26 KB
patch
obsolete
>From 7f5636b17259537f3aabec3e11b8a2b7ccad96b9 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 27 Sep 2023 10:47:03 +0000 >Subject: [PATCH] Bug 12732: (follow-up) Use data-order instead of data-sort > >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >index 7b2898ed5c..2d5fe388a1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >@@ -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 ) %] >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12732
:
30592
|
30794
|
31064
|
32298
|
32301
|
32303
|
58232
|
58233
|
153617
|
153618
|
154633
|
156280
|
156291
| 156292