projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1f6e50
)
Mailer: unbenutzen Code entfernt
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Tue, 16 Mar 2021 16:10:11 +0000
(17:10 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 17 Mar 2021 15:48:18 +0000
(16:48 +0100)
SL/Mailer.pm
patch
|
blob
|
history
diff --git
a/SL/Mailer.pm
b/SL/Mailer.pm
index
4afda68
..
9594168
100644
(file)
--- a/
SL/Mailer.pm
+++ b/
SL/Mailer.pm
@@
-253,7
+253,6
@@
sub send {
'X-Mailer' => "kivitendo " . SL::Version->get_version,
);
$self->{mail_attachments} = [];
- $self->{content_by_name} = $::instance_conf->get_email_journal == 1 && $::instance_conf->get_doc_files;
my $error;
my $ok = eval {