Bugzilla – Attachment 184964 Details for
Bug 40566
"Home library" empty on "Recalls history"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40566: Display "Home library" on "Recalls history"
Bug-40566-Display-Home-library-on-Recalls-history.patch (text/plain), 1.14 KB, created by
David Nind
on 2025-07-31 22:59:33 UTC
(
hide
)
Description:
Bug 40566: Display "Home library" on "Recalls history"
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-07-31 22:59:33 UTC
Size:
1.14 KB
patch
obsolete
>From 87db5ded7aa17ef0872896a871b045468dc3f08e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 31 Jul 2025 16:46:47 +0200 >Subject: [PATCH] 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> >--- > .../intranet-tmpl/prog/en/modules/members/recallshistory.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/recallshistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/recallshistory.tt >index c8cdaa3468e..aac63d06e51 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/recallshistory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/recallshistory.tt >@@ -1,6 +1,7 @@ > [% USE raw %] > [% USE KohaDates %] > [% USE Koha %] >+[% USE Branches %] > [% USE Asset %] > [% PROCESS 'i18n.inc' %] > [% SET footerjs = 1 %] >-- >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 40566
:
184932
|
184935
|
184964
|
185488