Bug 39587

Summary: Patron surname missing from contact information list on patron details tab
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: PatronsAssignee: Lucas Gass (lukeg) <lucas>
Status: Pushed to main --- QA Contact: Martin Renvoize (ashimema) <martin.renvoize>
Severity: normal    
Priority: P5 - low CC: gmcharlt, kyle.m.hall, martin.renvoize
Version: Main   
Hardware: All   
OS: All   
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
Bug 39587: Add surname to contact infomration list on moremember.tt
Bug 39587: Add surname to contact infomration list on moremember.tt

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!