Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4e8df532

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID 4e8df532477292b1d1a3a990b86ff9ec72b3cd11
  • Vorgänger f4d75dd4
  • Nachfolger 7828896b

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