Bug 40566

Summary: "Home library" empty on "Recalls history"
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: PatronsAssignee: Jonathan Druart <jonathan.druart>
Status: Passed QA --- QA Contact: Laura Escamilla <Laura.escamilla>
Severity: minor    
Priority: P5 - low CC: david, gmcharlt, kyle, Laura.escamilla
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Trivial patch Documentation contact:
Documentation submission: Text to go in the release notes:
This fixes the recalls history page for a patron - the patron's home library is now shown in the patron information section in the staff interface (previously, "Home library:" was shown without the patron's actual home library showing).
Version(s) released in:
Circulation function:
Bug Depends on: 19532    
Bug Blocks: 40568, 40589    
Attachments: Bug 40566: Display "Home library" on "Recalls history"
Bug 40566: Display "Home library" on "Recalls history"
Bug 40566: Display "Home library" on "Recalls history"
Bug 40566: Display "Home library" on "Recalls history"

Description Jonathan Druart 2025-07-31 14:46:28 UTC

    
Comment 1 Jonathan Druart 2025-07-31 14:48:22 UTC
Created attachment 184932 [details] [review]
Bug 40566: Display "Home library" on "Recalls history"

Test plan:
Go to http://localhost:8081/cgi-bin/koha/members/recallshistory.pl?borrowernumber=19
and confirm that with this patch applied you see the "Home library" of
the patron in the patron's info block (top left)
Comment 2 Owen Leonard 2025-07-31 16:23:58 UTC
Created attachment 184935 [details] [review]
Bug 40566: Display "Home library" on "Recalls history"

Test plan:
Go to http://localhost:8081/cgi-bin/koha/members/recallshistory.pl?borrowernumber=19
and confirm that with this patch applied you see the "Home library" of
the patron in the patron's info block (top left)

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Comment 3 David Nind 2025-07-31 22:59:33 UTC
Created attachment 184964 [details] [review]
Bug 40566: Display "Home library" on "Recalls history"

Test plan:
Go to http://localhost:8081/cgi-bin/koha/members/recallshistory.pl?borrowernumber=19
and confirm that with this patch applied you see the "Home library" of
the patron in the patron's info block (top left)

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: David Nind <david@davidnind.com>
Comment 4 David Nind 2025-07-31 23:03:05 UTC
I've added my sign-off - maybe Owen's could count as the QA?
Comment 5 Laura Escamilla 2025-08-16 00:13:36 UTC
Created attachment 185488 [details] [review]
Bug 40566: Display "Home library" on "Recalls history"

Test plan:
Go to http://localhost:8081/cgi-bin/koha/members/recallshistory.pl?borrowernumber=19
and confirm that with this patch applied you see the "Home library" of
the patron in the patron's info block (top left)

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com>