Revision 12cb9c39
Von Tamino Steinert vor 26 Tagen hinzugefügt
SL/DB/EmailJournalAttachment.pm | ||
---|---|---|
61 | 61 |
die 'Storing the attachment file to the file management failed: ' . $@; |
62 | 62 |
}; |
63 | 63 |
} |
64 |
$self->processed(1)->save; |
|
64 |
$self->processed(1); |
|
65 |
$self->save; |
|
65 | 66 |
|
66 | 67 |
} |
67 | 68 |
|
Auch abrufbar als: Unified diff
FIX: EmailJournalAttachment: verarbeitet wenn zum Beleg hinzugefügt