Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d3fb9a49

Von Tamino Steinert vor 8 Monaten hinzugefügt

  • ID d3fb9a494c6cc14c8f74c48499bbb9e41025f037
  • Vorgänger 02fab122
  • Nachfolger b566ba2b

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