Bug 39587 - Patron surname missing from contact information list on patron details tab
Summary: Patron surname missing from contact information list on patron details tab
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Lucas Gass (lukeg)
QA Contact: Martin Renvoize (ashimema)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-08 20:59 UTC by Lucas Gass (lukeg)
Modified: 2025-05-12 16:32 UTC (History)
3 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
25.05.00
Circulation function:


Attachments
Bug 39587: Add surname to contact infomration list on moremember.tt (1.50 KB, patch)
2025-04-08 21:01 UTC, Lucas Gass (lukeg)
Details | Diff | Splinter Review
Bug 39587: Add surname to contact infomration list on moremember.tt (1.55 KB, patch)
2025-04-08 21:08 UTC, Roman Dolny
Details | Diff | Splinter Review
Bug 39587: Add surname to contact infomration list on moremember.tt (1.61 KB, patch)
2025-05-09 14:41 UTC, Martin Renvoize (ashimema)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Gass (lukeg) 2025-04-08 20:59:32 UTC
To recreate:

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.
Comment 1 Lucas Gass (lukeg) 2025-04-08 21:01:13 UTC
Created attachment 180732 [details] [review]
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.
Comment 2 Roman Dolny 2025-04-08 21:08:20 UTC
Created attachment 180733 [details] [review]
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>
Comment 3 Martin Renvoize (ashimema) 2025-05-09 14:41:13 UTC
Created attachment 182188 [details] [review]
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>
Comment 4 Martin Renvoize (ashimema) 2025-05-09 14:41:35 UTC
Weird how I've never noticed that.. solid improvement.

Passing QA
Comment 5 Katrin Fischer 2025-05-12 16:32:24 UTC
Pushed for 25.05!

Well done everyone, thank you!