Bugzilla – Attachment 156280 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.19 KB, created by
Owen Leonard
on 2023-09-27 10:50:04 UTC
(
hide
)
Description:
Bug 12732: (follow-up) Use data-order instead of data-sort
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-09-27 10:50:04 UTC
Size:
1.19 KB
patch
obsolete
>From bcc1ebabca3aeed0a69fa04ebf4ede60bc0c5026 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 > >--- > 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.30.2
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