Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision dafb058e

Von Tamino Steinert vor mehr als 2 Jahren hinzugefügt

  • ID dafb058e7a712217121603f5a08a21361fba6fca
  • Vorgänger 4266448c
  • Nachfolger 06724bc0

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