Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e22bb853

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID e22bb853e57fb1f7ab4f4187b3647543f4d2ae67
  • Vorgänger b1695edc
  • Nachfolger 65063570

Reclamation: nutze Record-Type

Unterschiede anzeigen:

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