Revision f846a634
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
| SL/BackgroundJob/ImportRecordEmails.pm | ||
|---|---|---|
|
$folder,
|
||
|
{
|
||
|
email_journal => {
|
||
|
# TODO: status => 'record_import',
|
||
|
extended_status => 'record_import_' . "$record_type",
|
||
|
status => 'record_imported',
|
||
|
extended_status => $record_type,
|
||
|
},
|
||
|
}
|
||
|
);
|
||
Auch abrufbar als: Unified diff
BJ::ImportRecordEmails: Nutze neuen Typ für Beleg-Importe