From d4f735fca7a4448da4398979ba542b74e00bd52f Mon Sep 17 00:00:00 2001 From: Jonathan Druart 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) --- .../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.34.1