Revert "Artikel-Klassifizierung: Neue Option "Preis separat ausweisen""
[kivitendo-erp.git] / SL / DB / Manager / PartsClassification.pm
index de11aa8..23558dc 100644 (file)
@@ -19,10 +19,4 @@ sub get_abbreviation {
   return $obj->abbreviation?$obj->abbreviation:undef;
 }
 
-sub get_separate_abbreviation {
-  my ($class,$id) = @_;
-  my $obj = $class->get_first(query => [ id => $id ]);
-  return $obj->report_separate?$obj->abbreviation:'';
-}
-
 1;