Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 961d4fea

Von Tamino Steinert vor etwa 2 Jahren hinzugefügt

  • ID 961d4fea0987c9407c589201e4018324f98388be
  • Vorgänger c8fca234
  • Nachfolger 8bfef5b2

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