Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision bc8ddcc1

Von Tamino Steinert vor 12 Monaten hinzugefügt

  • ID bc8ddcc1e89d5a73e60af488d21e2bb0ec000cad
  • Vorgänger 93b347a8
  • Nachfolger 8a0d2996

Varianten: alle Artikeltypen ermöglichen

Unterschiede anzeigen:

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