Revision e22bb853
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/Controller/Reclamation.pm | ||
---|---|---|
1459 | 1459 |
$reclamation = SL::DB::Reclamation->new(id => $::form->{id})->load(); |
1460 | 1460 |
} else { |
1461 | 1461 |
$reclamation = SL::DB::Reclamation->new( |
1462 |
record_type => $self->type, |
|
1462 | 1463 |
reclamation_items => [], |
1463 | 1464 |
currency_id => $::instance_conf->get_currency_id(), |
1464 | 1465 |
); |
Auch abrufbar als: Unified diff
Reclamation: nutze Record-Type