E-Mails als HTML verschicken: Mail-Body wiederkehrende RGs: Variablenersetzung
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 31 Jan 2022 16:46:59 +0000 (17:46 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 31 Jan 2022 16:46:59 +0000 (17:46 +0100)
SL/BackgroundJob/CreatePeriodicInvoices.pm

index ab28961..4e32063 100644 (file)
@@ -473,7 +473,7 @@ sub _email_invoice {
         invoice          => $data->{invoice},
         vars             => $data->{time_period_vars},
         attribute        => $_,
-        attribute_format => 'text'
+        attribute_format => ($_ eq 'email_body' ? 'html' : 'text')
       );
     }