]> wagnertech.de Git - mfinanz.git/blobdiff - SL/IC.pm
Revert "Artikel-Klassifizierung: Neue Option "Preis separat ausweisen""
[mfinanz.git] / SL / IC.pm
index e455d38e1248c1e05ba6e9084f0a68fd3b920093..f202e8ef3a273336b4b34ad7f788a068944725d5 100644 (file)
--- 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();