Revision dafb058e
Von Tamino Steinert vor mehr als 2 Jahren hinzugefügt
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
Add entries for reclamation in SL/Helper/PrintOptions.pm and SL/Form.pm