@@ -, +, @@ html_helpers --- koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc +++ a/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 %] --