X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5067d7bd31514962af9730b33323b831d87164f8..815c3639a21ed53b288fd8bbb231e741c8e67ce5:/SL/IC.pm diff --git a/SL/IC.pm b/SL/IC.pm index 2163bf817..ce5e31e09 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -1757,6 +1757,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();