Bugzilla – Attachment 183160 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.39 KB, created by
PTFS Europe Sandboxes
on 2025-06-11 13:05:24 UTC
(
hide
)
Description:
Bug 40111: Fix title sorting on two reports
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2025-06-11 13:05:24 UTC
Size:
2.39 KB
patch
obsolete
>From f2d63c182002903ce3100a79c78ad5a812b38975 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 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >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 >Signed-off-by: Anneli Ãsterman <anneli.osterman@koha-suomi.fi> >--- > 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 88538ebea6..8f87e2161b 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 71ae52d44e..4f3710ab61 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