Bugzilla – Attachment 105857 Details for
Bug 25555
Holds Queue sorts patrons by firstname
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25555: Invert patron name in holdsqueue.tt
Bug-25555-Invert-patron-name-in-holdsqueuett.patch (text/plain), 1.53 KB, created by
Katrin Fischer
on 2020-06-14 11:45:31 UTC
(
hide
)
Description:
Bug 25555: Invert patron name in holdsqueue.tt
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-06-14 11:45:31 UTC
Size:
1.53 KB
patch
obsolete
>From 823d3ed629df789e31bb645a6f454c91616bded3 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 20 May 2020 17:59:16 +0000 >Subject: [PATCH] Bug 25555: Invert patron name in holdsqueue.tt > >TEST PLAN: >1. Have multiple holds from multiple patrons and run the holds queue cron to populate the holds queue list. >2. Try sorting by patron and see that is sorts based on first name. >3. Apply patch >4. Try sorting again and now it should sort by surname. > >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >index 63bc6263de..8c8c1551ce 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >@@ -162,7 +162,7 @@ > </td> > <td class="hq-patron"> > <p> >- [% INCLUDE 'patron-title.inc' patron=itemsloo.patron hide_patron_infos_if_needed=1 link_to="circulation_reserves" %] >+ [% INCLUDE 'patron-title.inc' invert_name=1 patron=itemsloo.patron hide_patron_infos_if_needed=1 link_to="circulation_reserves" %] > </p> > [% UNLESS Koha.Preference('HidePatronName') %] > <p>[% itemsloo.patron.phone | html %]</p> >-- >2.11.0
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 25555
:
105159
|
105447
| 105857