Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 105d8631

Von Tamino Steinert vor fast 3 Jahren hinzugefügt

  • ID 105d8631db6bed56f4182ad4a314cdce9f55f1c1
  • Vorgänger 82198087
  • Nachfolger a43b969c

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