Revision 1861cb74
Von Tamino Steinert vor 6 Tagen hinzugefügt
SL/Presenter/Part.pm | ||
---|---|---|
76 | 76 |
assembly => t8('Assembly (typeabbreviation)'), |
77 | 77 |
assortment => t8('Assortment (typeabbreviation)'), |
78 | 78 |
service => t8('Service (typeabbreviation)'), |
79 |
); |
|
80 |
|
|
81 |
return $part_type_abbr{$part_type} || ''; |
|
82 |
} |
|
83 |
|
|
84 |
sub variant_type_abbreviation { |
|
85 |
my ($variant_type) = @_; |
|
86 |
|
|
87 |
my %variant_type_abbr = ( |
|
79 | 88 |
parent_variant => t8('Parent Variant (typeabbreviation)'), |
80 | 89 |
variant => t8('Variant (typeabbreviation)'), |
81 | 90 |
); |
82 | 91 |
|
83 |
return $part_type_abbr{$part_type} || '';
|
|
92 |
return $variant_type_abbr{$variant_type} || '';
|
|
84 | 93 |
} |
85 | 94 |
|
86 | 95 |
# |
Auch abrufbar als: Unified diff
Varianten: alle Artikeltypen ermöglichen