Bugzilla – Attachment 183140 Details for
Bug 40111
Fix title sorting on two reports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40111: Fix title sorting on two reports
Bug-40111-Fix-title-sorting-on-two-reports.patch (text/plain), 2.24 KB, created by
Owen Leonard
on 2025-06-10 15:56:28 UTC
(
hide
)
Description:
Bug 40111: Fix title sorting on two reports
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-06-10 15:56:28 UTC
Size:
2.24 KB
patch
obsolete
>From c01644a39c235216839481481c896c69b6e325cd Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 15 May 2025 18:13:38 +0000 >Subject: [PATCH] Bug 40111: Fix title sorting on two reports > >This patch modifies two reports in order to correct sorting on title >columns. > >To test, apply the patch and got to reports -> Lost items. > >- Run the report with parameters that will return multiple results. > - Test sorting the title column. The articles 'a', 'an', and 'the' > should be ignored. >- Perform the same test with the "Orders by fund" report. > >Sponsored-by: Athens County Public Libraries >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt | 2 +- > .../intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt >index 88538ebea63..8f87e2161bf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt >@@ -83,7 +83,7 @@ > [% IF csv_profiles.count %] > <th class="no-sort"></th> > [% END %] >- <th>Title</th> >+ <th class="anti-the">Title</th> > <th>Author</th> > <th>Lost status</th> > <th>Lost on</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt >index 71ae52d44e2..4f3710ab617 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt >@@ -58,7 +58,7 @@ > <th>Basket</th> > <th>Basket name</th> > <th>Basket by</th> >- <th>Title</th> >+ <th class="anti-the">Title</th> > <th>Currency</th> > <th>List price</th> > <th>RRP</th> >-- >2.39.5
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 40111
:
183140
|
183160