Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision bfe0373c

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID bfe0373c3634dbb7b0295b19af94342a8c26dd36
  • Vorgänger 54129123
  • Nachfolger 09f06c36

Workflow: E-Mail → VK Rechnung/Gutschrift überarbeitet

Unterschiede anzeigen:

bin/mozilla/io.pl
sub order {
$main::lxdebug->enter_sub();
$::form->{email_journal_id} = delete $::form->{workflow_email_journal_id};
$::form->{email_attachment_id} = delete $::form->{workflow_email_attachment_id};
_order();
if ($::instance_conf->get_feature_experimental_order) {
......
controller => 'Reclamation',
action => 'add_from_record',
type => 'sales_reclamation',
email_journal_id => $::form->{workflow_email_journal_id},
email_attachment_id => $::form->{workflow_email_attachment_id},
from_id => $id,
from_type => $type,
);
......
controller => 'Reclamation',
action => 'add_from_record',
type => 'purchase_reclamation',
email_journal_id => $::form->{workflow_email_journal_id},
email_attachment_id => $::form->{workflow_email_attachment_id},
from_id => $id,
from_type => $type,
);

Auch abrufbar als: Unified diff