X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f2b3e089d77206252a24be4f565c608d28f88c12..d63305ba3bea55eec4aac2df26149f439c086508:/SL/Controller/Letter.pm diff --git a/SL/Controller/Letter.pm b/SL/Controller/Letter.pm index 4cc5b5573..b16a91365 100644 --- a/SL/Controller/Letter.pm +++ b/SL/Controller/Letter.pm @@ -246,7 +246,7 @@ sub action_print_letter { name => $params{email}->{attachment_filename} }]; $mail->{message} .= "\n-- \n$signature"; $mail->{message} =~ s/\r//g; - + $mail->{record_id} = $letter->id; $mail->send; unlink $result{file_name};