From 96662d4a65073663fe35f8cdbd10da19cdd813af Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 21 Apr 2022 11:12:58 +0000 Subject: [PATCH] Bug 30577: Fix a missing closing tag This didn't affect table display, but when there was a biblioloo.warn we were not closing the first tag Confirm multi-holds table loads correctly when one (or more) records cannot be held --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index fe3a69c416..b17ac0ea1a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -803,9 +803,9 @@ [% END %] [% UNLESS ( biblioloo.warn ) %] - - + [% END %] + [% UNLESS ( biblioloo.none_avail || biblioloo.noitems ) %]