X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FIC.pm;h=8782aae8d2085d98ca9766b2ed68900f58624c67;hb=7f5edaa695f8e23af197c4b82b66ca2e1bbfc35e;hp=310961bfaea77a6f4d440e4507ff1a48fa5a5a90;hpb=e2332bfd203a5d9925034dfdd90a15b3c9c66044;p=kivitendo-erp.git diff --git a/SL/IC.pm b/SL/IC.pm index 310961bfa..8782aae8d 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -916,8 +916,9 @@ sub prepare_parts_for_printing { 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{type_and_classific}}, $type_abbr.$::request->presenter->classification_abbreviation($prt->classification_id); + push @{ $template_arrays{part_type} }, $prt->part_type; + 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); }