From c09ac22e4e28874991b8337516ddaefd72e6fbfb Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 7 Sep 2021 11:57:48 +0000 Subject: [PATCH] Bug 28845: (follow-up) Retain selection when using advanced search MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Joonas Kylmälä Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index 2bcfa9577d..7a8d6a6b2d 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -251,7 +251,7 @@ [% FOREACH lsg IN LibrarySearchGroups %] - [% IF 'multibranchlimit-' _ lsg.id == opac_name %] + [% IF 'multibranchlimit-' _ lsg.id == opac_name || lsg.id == opac_name %] [% ELSE %] -- 2.20.1