Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision de389fff

Von Tamino Steinert vor mehr als 2 Jahren hinzugefügt

  • ID de389fffc1088c5d66b181f924bc87089f825068
  • Vorgänger 66c4af4a
  • Nachfolger 1d7058da

Add entries for reclamation in SL/Helper/PrintOptions.pm and SL/Form.pm

Unterschiede anzeigen:

SL/Helper/PrintOptions.pm
82 82
      opthash($form->{type},         $form->{PD}{$form->{type}},       $locale->text('Delivery Order')),
83 83
      opthash('pick_list',           $form->{PD}{pick_list},           $locale->text('Pick List')),
84 84
    ) : undef,
85
    ($form->{type} =~ /_reclamation$/) ? (
86
      opthash($form->{type},         $form->{PD}{$form->{type}},       $locale->text('Reclamation')),
87
    ) : undef,
85 88
    ($form->{type} =~ /^letter$/) ? (
86 89
      opthash('letter',              $form->{PD}{letter},              $locale->text('Letter')),
87 90
    ) : undef;

Auch abrufbar als: Unified diff