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