Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7d7ab469

Von Tamino Steinert vor etwa 1 Jahr hinzugefügt

  • ID 7d7ab4697ecbbce599c8e57c21b4275a333f9ef6
  • Vorgänger 7f79abb4
  • Nachfolger 333daa0d

Reclamation: nutze Record-Type

Unterschiede anzeigen:

SL/Controller/Reclamation.pm
1465 1465
    $reclamation = SL::DB::Reclamation->new(id => $::form->{id})->load();
1466 1466
  } else {
1467 1467
    $reclamation = SL::DB::Reclamation->new(
1468
                     record_type        => $self->type,
1468 1469
                     reclamation_items  => [],
1469 1470
                     currency_id => $::instance_conf->get_currency_id(),
1470 1471
                   );

Auch abrufbar als: Unified diff