My patch for Bug 19641 neglected to add members-menu.js to the patron entry template.
Created attachment 73437 [details] [review] Bug 20498 - 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.
Created attachment 73438 [details] [review] 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 <jonathan.druart@bugs.koha-community.org>
Thanks Owen! Considered a follow-up of bug 19641, Pushed to master for 18.05