X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FIC.pm;h=17867a0700c84449f41d9a5310335ad998fd6bc2;hb=71d405108050e9982291812b9e6919e94d7e6c2d;hp=d352a560d64146b023732e54f2735232fb6e2bc5;hpb=65d2537d658b99b005a18c6663bc1293b41a1d83;p=kivitendo-erp.git diff --git a/SL/IC.pm b/SL/IC.pm index d352a560d..17867a070 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -1135,6 +1135,7 @@ sub prepare_parts_for_printing { 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{separate} }, $::request->presenter->separate_abbreviation($prt->classification_id); } $main::lxdebug->leave_sub();