Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c87efc08

Von Tamino Steinert vor 11 Monaten hinzugefügt

  • ID c87efc08c5eec679d6a468eb22ce98ef15604456
  • Vorgänger d88cc6da
  • Nachfolger b9c5b0a8

Workflow: E-Mail → Angebot/Auftrag

Unterschiede anzeigen:

SL/Controller/EmailJournal.pm
142 142
  $additional_params{controller} = $RECORD_TYPE_TO_CONTROLLER{$record_action};
143 143

  
144 144
  $self->redirect_to(
145
    action           => 'add',
146
    email_journal_id => $email_journal_id,
147
    attachment_id    => $attachment_id,
145
    action              => 'add_from_email_journal',
146
    from_id             => $email_journal_id,
147
    from_type           => 'email_journal',
148
    email_attachment_id => $attachment_id,
148 149
    %additional_params,
149 150
  );
150 151
}

Auch abrufbar als: Unified diff