Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 961d4fea

Von Tamino Steinert vor mehr als 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
opthash($form->{type}, $form->{PD}{$form->{type}}, $locale->text('Delivery Order')),
opthash('pick_list', $form->{PD}{pick_list}, $locale->text('Pick List')),
) : undef,
($form->{type} =~ /_reclamation$/) ? (
opthash($form->{type}, $form->{PD}{$form->{type}}, $locale->text('Reclamation')),
) : undef,
($form->{type} =~ /^letter$/) ? (
opthash('letter', $form->{PD}{letter}, $locale->text('Letter')),
) : undef;

Auch abrufbar als: Unified diff