From ca9b4119f146c641a74c1c87d712c7dc7eac415d 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 --- 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.20.1