@@ -, +, @@ --- opac/opac-sendbasket.pl | 1 + 1 file changed, 1 insertion(+) --- a/opac/opac-sendbasket.pl +++ a/opac/opac-sendbasket.pl @@ -113,6 +113,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 }; --