Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b62eb8f4

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID b62eb8f49153a319129b913af02f3ccde4a44993
  • Vorgänger dabbe57f
  • Nachfolger 55a65cad

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