X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/57d4d221691f0b727cedf169b79691d100589051..b36f0864f0304deb66f4215c52b68351f90b2309:/SL/IC.pm diff --git a/SL/IC.pm b/SL/IC.pm index e455d38e1..f202e8ef3 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -1758,7 +1758,6 @@ 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();