Bugzilla – Attachment 137765 Details for
Bug 31153
Search bar not visible on recalls history page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31153: Correct include for patron-search-header
Bug-31153-Correct-include-for-patron-search-header.patch (text/plain), 1.69 KB, created by
Martin Renvoize (ashimema)
on 2022-07-15 14:38:25 UTC
(
hide
)
Description:
Bug 31153: Correct include for patron-search-header
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-07-15 14:38:25 UTC
Size:
1.69 KB
patch
obsolete
>From e422f6bdf078979d5bada5e7c9dab0ed0672f1e6 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >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 <caroline.cyr-la-rose@inlibro.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../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 @@ > > <body id="recalls_history" class="pat"> > [% INCLUDE 'header.inc' %] >- [% INCLUDE 'patron-search.inc' %] >+ [% INCLUDE 'patron-search-header.inc' %] > > <div id="breadcrumbs"> > <a href="/cgi-bin/koha/mainpage.pl">Home</a> › >-- >2.20.1
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 31153
:
137688
|
137689
|
137729
|
137730
|
137731
| 137765