Revision d2bdf90e
Von Bernd Bleßmann vor fast 3 Jahren hinzugefügt
SL/BackgroundJob/CreatePeriodicInvoices.pm | ||
---|---|---|
473 | 473 |
invoice => $data->{invoice}, |
474 | 474 |
vars => $data->{time_period_vars}, |
475 | 475 |
attribute => $_, |
476 |
attribute_format => 'text'
|
|
476 |
attribute_format => ($_ eq 'email_body' ? 'html' : 'text')
|
|
477 | 477 |
); |
478 | 478 |
} |
479 | 479 |
|
Auch abrufbar als: Unified diff
E-Mails als HTML verschicken: Mail-Body wiederkehrende RGs: Variablenersetzung