Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5cacf290

Von Tamino Steinert vor fast 2 Jahren hinzugefügt

  • ID 5cacf290a93ff6d12710c62dde5635da8c68cbc3
  • Vorgänger 35ad1140
  • Nachfolger e2060e5f

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