From 61d87444328c285672e831ce926562b7a71a55f9 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 14 Jul 2022 15:10:55 +0000 Subject: [PATCH] Bug 31153: Correct include for patron-search-header To test: 1) Turn on recalls 1.1) In Administration > Global system preferences, enable UseRecalls 1.2) Add recalls permissions in your circulation rules 2) In the OPAC, log in as a patron 3) Find a record with checked out items and place a recall 4) In the staff interface, go to the patron's account 5) Click on any tab on the left in the patron's account (e.g. Holds history) --> Note that the Koha logo and search bar is at the top of the page between the module menu and the breadcrumbs 6) Click on the 'Recalls history' tab --> Note that the Koha logo and search bar disappear 7) Apply patch 8) Conform search bar is there Signed-off-by: Caroline Cyr La Rose --- .../intranet-tmpl/prog/en/modules/members/recallshistory.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b1f3c62233..0d098385af 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/recallshistory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/recallshistory.tt @@ -10,7 +10,7 @@ [% INCLUDE 'header.inc' %] - [% INCLUDE 'patron-search.inc' %] + [% INCLUDE 'patron-search-header.inc' %]