Revision 9f1050e9
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
620 | 620 |
$self->order->update_attributes(intnotes => $intnotes); |
621 | 621 |
} |
622 | 622 |
|
623 |
$self->save_history('MAILED'); |
|
624 |
|
|
625 | 623 |
if ($::instance_conf->get_lock_oe_subversions) { |
626 | 624 |
my $file_id; |
627 | 625 |
if ($::instance_conf->get_doc_storage && $::form->{attachment_policy} ne 'no_file') { |
Auch abrufbar als: Unified diff
Auftrags-Controller: "Versendet" (Mail) nicht selber in History speichern.
Das wird schon in SL::Form::send_email() gemacht.