Bugzilla – Attachment 182188 Details for
Bug 39587
Patron surname missing from contact information list on patron details tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39587: Add surname to contact infomration list on moremember.tt
Bug-39587-Add-surname-to-contact-infomration-list-.patch (text/plain), 1.61 KB, created by
Martin Renvoize (ashimema)
on 2025-05-09 14:41:13 UTC
(
hide
)
Description:
Bug 39587: Add surname to contact infomration list on moremember.tt
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-05-09 14:41:13 UTC
Size:
1.61 KB
patch
obsolete
>From 9aaae62bb561f1db3d92b8d9cfed3fca9d2db0c2 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 8 Apr 2025 21:00:05 +0000 >Subject: [PATCH] Bug 39587: Add surname to contact infomration list on > moremember.tt > >To test: > >1. Go to members/moremember.pl?borrowernumber=X where X is borrowernumber of a patron with a surname >2. Look under contact information and notice surname is missing. >3. APPLY PATCH and look again. >4. Surname should be included. > >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > .../intranet-tmpl/prog/en/modules/members/moremember.tt | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index 5302468dfa3..84ed6408298 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -134,6 +134,12 @@ > [% patron.firstname | html %] > </li> > [% END %] >+ [% IF ( patron.surname ) %] >+ <li id="patron_surname"> >+ <span class="label">Surname: </span> >+ [% patron.surname | html %] >+ </li> >+ [% END %] > [% IF ( patron.phone ) %] > <li> > <span class="label">Primary phone: </span> >-- >2.49.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 39587
:
180732
|
180733
| 182188