X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FCommon.pm;h=126a30ed846d45cabca592b5b2306c762c09c9db;hb=30b4a78c4100ebdcd6e6917fbcbf1d12f4f7b4d6;hp=36635fdbc4f1914e8af9bcb52cf3bbab713118a5;hpb=670a6e6cb58ccaef212150406b66a955295fe074;p=kivitendo-erp.git diff --git a/SL/Common.pm b/SL/Common.pm index 36635fdbc..126a30ed8 100644 --- a/SL/Common.pm +++ b/SL/Common.pm @@ -388,6 +388,8 @@ sub save_email_status { my ($self, $myconfig, $form) = @_; + return unless ($::instance_conf->get_email_journal); + my ($table, $query, $dbh); if ($form->{script} eq 'oe.pl') { @@ -646,6 +648,11 @@ C (replace consecutive line feed/carriage return characters in the middle by a single space and remove tailing line feed/carriage return characters). +=item C + +Adds sending information to internal notes. +Does nothing if the client config email_journal is enabled. + =back =head1 BUGS