From 6ed7b25c56c1bb554ecb9a02918d686fe32a448f Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 14 Oct 2020 13:08:45 +0100 Subject: [PATCH] Bug 24786: (QA follow-up) Make QA script happy with html_helpers Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc index dd9467f161..cbed106f2b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc @@ -24,7 +24,11 @@ [% END %] [% BLOCK options_for_registers %] - + [% IF register_required %] + + [% ELSE %] + + [% END %] [% FOREACH r IN registers %] [% IF r.branch == Branches.GetLoggedInBranchcode %] [% IF r.selected %] -- 2.11.0