Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8c6c6a66

Von Tamino Steinert vor fast 2 Jahren hinzugefügt

  • ID 8c6c6a662c74cd32503f610226b51eda5c603ec0
  • Vorgänger 27648d12
  • Nachfolger 0b50bdf8

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