X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FLetter.pm;h=b16a913656c87b0c5e1c7f709c5141224d56c3b5;hb=370f135530d197929969bec28c8178e7ad28ef3c;hp=4cc5b55737dd115c9caac8e1b60c0e8936fa7cf4;hpb=a97574b881103cc09a48152a4f29f8a2cc1c38a3;p=kivitendo-erp.git 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};