Bugzilla – Attachment 180920 Details for
Bug 39626
Display patron name in 'Holds to pull' report using standard template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39626: Use patron-title.inc in pendingreserves.tt
Bug-39626-Use-patron-titleinc-in-pendingreservestt.patch (text/plain), 1.93 KB, created by
Fridolin Somers
on 2025-04-14 14:27:50 UTC
(
hide
)
Description:
Bug 39626: Use patron-title.inc in pendingreserves.tt
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2025-04-14 14:27:50 UTC
Size:
1.93 KB
patch
obsolete
>From bc68c23759e31c4bb8a13c8af0160942ccef4b6c Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Mon, 14 Apr 2025 16:21:39 +0200 >Subject: [PATCH] Bug 39626: Use patron-title.inc in pendingreserves.tt > >In "Holds to pull" page, patron column should use patron-title.inc like in other pages (like waiting holds). >This allows to use surname first to allow better sorting/finding. > >Test plan : >1) Place an hold on some record >2) Go to Circulation > Holds to pull >3) Check you see in column "First patron" : surname then firstname >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >index 966888bec9..2773fc631d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >@@ -99,7 +99,7 @@ > > > <td>[% hold_info.items_count | html %]</td> > <td>[% hold_info.patrons_count | html %]</td> >- <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %]</a></td> >+ <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% INCLUDE 'patron-title.inc' patron=patron invert_name=1 no_title=1 %]</a></td> > <td> > <p> [% INCLUDE 'biblio-title.inc' biblio=biblio link = 1 %] </p> > [% IF ( biblio.author ) %]<p> by [% biblio.author | html %]</p>[% END %] >-- >2.43.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 39626
:
180920
|
180921
|
180928
|
180929
|
181184