Bug 40566 - "Home library" empty on "Recalls history"
Summary: "Home library" empty on "Recalls history"
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low minor
Assignee: Jonathan Druart
QA Contact: Testopia
URL:
Keywords:
Depends on: 19532
Blocks: 40568 40589
  Show dependency treegraph
 
Reported: 2025-07-31 14:46 UTC by Jonathan Druart
Modified: 2025-08-04 15:48 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:
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:


Attachments
Bug 40566: Display "Home library" on "Recalls history" (1.04 KB, patch)
2025-07-31 14:48 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 40566: Display "Home library" on "Recalls history" (1.09 KB, patch)
2025-07-31 16:23 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 40566: Display "Home library" on "Recalls history" (1.14 KB, patch)
2025-07-31 22:59 UTC, David Nind
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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?