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