Revision 4ffbaf73
Von Tamino Steinert vor 7 Tagen hinzugefügt
SL/Helper/PrintOptions.pm | ||
---|---|---|
97 | 97 |
($form->{type} =~ /_reclamation$/) ? ( |
98 | 98 |
opthash($form->{type}, $form->{PD}{$form->{type}}, $locale->text('Reclamation')), |
99 | 99 |
) : undef, |
100 |
($form->{type} =~ /^part$/) ? ( |
|
101 |
opthash('part_info', $form->{PD}{part_info}, $locale->text('Part info')), |
|
102 |
opthash('part_label', $form->{PD}{part_label}, $locale->text('Part label')), |
|
103 |
) : undef, |
|
100 | 104 |
($form->{type} =~ /^letter$/) ? ( |
101 | 105 |
opthash('letter', $form->{PD}{letter}, $locale->text('Letter')), |
102 | 106 |
) : undef; |
... | ... | |
154 | 158 |
|
155 | 159 |
my %dont_display_groupitems = ( |
156 | 160 |
'dunning' => 1, |
161 |
'part' => 1, |
|
157 | 162 |
); |
158 | 163 |
|
159 | 164 |
my %template_vars = ( |
Auch abrufbar als: Unified diff
part: Druck von Etikett und Information