Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2baced8b

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID 2baced8b803938ea706f98f8e449a6abdf3e7a8f
  • Vorgänger 42dca0f7
  • Nachfolger e541480f

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