Revision 77d03759
Von Tamino Steinert vor 11 Monaten hinzugefügt
SL/Controller/EmailJournal.pm | ||
---|---|---|
361 | 361 |
die "no 'customer_vendor_selection' was given" unless $customer_vendor; |
362 | 362 |
die "no 'action_selection' was given" unless $action; |
363 | 363 |
|
364 |
if ($action eq 'linking') { |
|
364 |
if ($action eq 'linking_record') {
|
|
365 | 365 |
return $self->link_and_add_attachment_to_record({ |
366 | 366 |
email_journal_id => $email_journal_id, |
367 | 367 |
attachment_id => $attachment_id, |
Auch abrufbar als: Unified diff
FIX: EmailJournal: Anhänge zum bestehenden Beleg hinzufügen