From 7af1b1e542e5646e499240195fed8e625000e840 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Tue, 28 Sep 2021 12:00:36 +1300 Subject: [PATCH] Bug 3150: (follow-up) Add missing bracket Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall --- opac/opac-sendbasket.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/opac/opac-sendbasket.pl b/opac/opac-sendbasket.pl index f0e4668485..a0c9d9736f 100755 --- a/opac/opac-sendbasket.pl +++ b/opac/opac-sendbasket.pl @@ -109,6 +109,7 @@ if ( $email_add ) { }); $template->param( SENT => 1 ); + } $template->param( email_add => $email_add ); output_html_with_http_headers $query, $cookie, $template->output, undef, { force_no_caching => 1 }; -- 2.30.2