Revision ea061798
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
| SL/Controller/Reclamation.pm | ||
|---|---|---|
|   }
 | ||
|  | ||
|   my $order = SL::DB::Order->new(id => $::form->{from_id})->load;
 | ||
|   my $reclamation = SL::Model::Record->new_from_workflow($order, ref($self->reclamaiton), $self->type);
 | ||
|   my $reclamation = SL::Model::Record->new_from_workflow($order, ref($self->reclamation), $self->type);
 | ||
|  | ||
|   $self->reclamation($reclamation);
 | ||
|  | ||
Auch abrufbar als: Unified diff
Reclamations-Controller: Typo-Fix