From caba1b2daef753c7db946851491ce75ac978798c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 29 Mar 2018 17:57:01 +0000 Subject: [PATCH] Bug 20498: (bug 19641 follow-up) Patron advanced search form missing from patron entry page My patch moving patron-related templates' javascript to the footer left out a script from the patron entry template which is required if the patron header search menu is going to work. To test, apply the patch and go to Patrons -> New patron. Clicking the [+] link in the "Search patrons" header search form should expand the advanced search options. Test that the page's toolbar still "floats" correctly when you scroll the page. Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt index d6a3afa0a3..a70a6457b4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -1157,6 +1157,7 @@ [% MACRO jsinclude BLOCK %] [% INCLUDE 'calendar.inc' %] +