Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9a9025f6

Von Martin Helmling martin.helmling@octosoft.eu vor mehr als 7 Jahren hinzugefügt

  • ID 9a9025f648db87efdf2ae8bcd14641f419932248
  • Vorgänger 70678a2e
  • Nachfolger 101b9705

part_type wieder Typbeschreibung wie in DB

Original wieder dazu

Unterschiede anzeigen:

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

  

Auch abrufbar als: Unified diff