Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 70678a2e

Von Martin Helmling martin.helmling@octosoft.eu vor etwa 8 Jahren hinzugefügt

  • ID 70678a2e8fa05a292cba8a73ef5349a4ece78362
  • Vorgänger e2332bfd
  • Nachfolger 9a9025f6

part_type wieder Typbeschreibung wie in DB

Unterschiede anzeigen:

SL/IC.pm
next unless $id;
my $prt = $parts_by_id{$id};
my $type_abbr = $::request->presenter->type_abbreviation($prt->part_type);
push @{ $template_arrays{part_type} }, $type_abbr;
push @{ $template_arrays{part_abbreviation} }, $type_abbr;
push @{ $template_arrays{type_and_classific}}, $type_abbr.$::request->presenter->classification_abbreviation($prt->classification_id);
push @{ $template_arrays{separate} }, $::request->presenter->separate_abbreviation($prt->classification_id);
}

Auch abrufbar als: Unified diff