From 11ece6b49e87e6cfcefc07549d0e7e66f0cdfe2f Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Fri, 11 Aug 2023 13:08:15 +0000 Subject: [PATCH] Bug 34518: Fix 'Renew all' button in OPAC Test plan: - Checkout an item to koha user (42) - Log-in to OPAC and visit user summary to see check-outs - Press 'Renew all' button at the bottom, notice it doesn't work. - Apply patch. Repeat and verify it now works Signed-off-by: Lucas Gass Signed-off-by: Katrin Fischer --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt index 2a82506693..d8e944d298 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -564,7 +564,7 @@ [% FOREACH ISSUE IN ISSUES %] [% IF ISSUE.status %] - + [% END %] [% END %] -- 2.30.2