From b12ead2473bff0c8361ae168eb79fae47c4e7f9d 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 --- opac/opac-sendbasket.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/opac/opac-sendbasket.pl b/opac/opac-sendbasket.pl index b3de307d77..ef9bae70d9 100755 --- a/opac/opac-sendbasket.pl +++ b/opac/opac-sendbasket.pl @@ -115,6 +115,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.11.0