Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7c45600b

Von Tamino Steinert vor fast 2 Jahren hinzugefügt

  • ID 7c45600b46e144e65b71b40e612fea66b2be654f
  • Vorgänger ad4ce1fa
  • Nachfolger 0a3fd5bb

Reclamation: nutze Record-Type

Unterschiede anzeigen:

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