Revision bc8ddcc1
Von Tamino Steinert vor 12 Monaten hinzugefügt
SL/Presenter/Part.pm | ||
---|---|---|
69 | 69 |
assembly => t8('Assembly (typeabbreviation)'), |
70 | 70 |
assortment => t8('Assortment (typeabbreviation)'), |
71 | 71 |
service => t8('Service (typeabbreviation)'), |
72 |
); |
|
73 |
|
|
74 |
return $part_type_abbr{$part_type} || ''; |
|
75 |
} |
|
76 |
|
|
77 |
sub variant_type_abbreviation { |
|
78 |
my ($variant_type) = @_; |
|
79 |
|
|
80 |
my %variant_type_abbr = ( |
|
72 | 81 |
parent_variant => t8('Parent Variant (typeabbreviation)'), |
73 | 82 |
variant => t8('Variant (typeabbreviation)'), |
74 | 83 |
); |
75 | 84 |
|
76 |
return $part_type_abbr{$part_type} || '';
|
|
85 |
return $variant_type_abbr{$variant_type} || '';
|
|
77 | 86 |
} |
78 | 87 |
|
79 | 88 |
# |
Auch abrufbar als: Unified diff
Varianten: alle Artikeltypen ermöglichen