Revision 3c9a35dc
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/Presenter/EmailJournal.pm | ||
---|---|---|
my ($email_journal_entry, %params) = @_;
|
||
|
||
my %status_to_text = (
|
||
sent => t8('sent'),
|
||
send_failed => t8('send failed'),
|
||
imported => t8('imported'),
|
||
sent => t8('sent'),
|
||
send_failed => t8('send failed'),
|
||
imported => t8('imported'),
|
||
record_imported => t8('record imported'),
|
||
);
|
||
|
||
my $status = $email_journal_entry->status;
|
Auch abrufbar als: Unified diff
EmailJournal: Zusätzlicher Type für Beleg-Importe