@@ -, +, @@ down - Apply patch - Verify that the ISSN option shows up in the pull down for the simple search on top of the OPAC - Search for an ISSN with the new search option - Verify the correct search result shows --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 5 +++++ 1 file changed, 5 insertions(+) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -179,6 +179,11 @@ [% ELSE %] [% END # /ms_nb%] + [% IF ( ms_ns ) %] + + [% ELSE %] + + [% END # /ms_ns%] [% IF ( ms_se ) %] [% ELSE %] --