Bugzilla – Attachment 180732 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.50 KB, created by
Lucas Gass (lukeg)
on 2025-04-08 21:01:13 UTC
(
hide
)
Description:
Bug 39587: Add surname to contact infomration list on moremember.tt
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-04-08 21:01:13 UTC
Size:
1.50 KB
patch
obsolete
>From b36ce6b38bbf5008bb82b0f6a0d80fd608160a36 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. >--- > .../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 16c2b333803..eb2c8c33444 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.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 39587
:
180732
|
180733
|
182188