]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/IS.pm
toten Code entfernt
[kivitendo-erp.git] / SL / IS.pm
index dc3604d26cec164385f2c3f9427da5dbc4a99d72..97e724811839c61feff671d4bef3f4580d3349c6 100644 (file)
--- a/SL/IS.pm
+++ b/SL/IS.pm
@@ -562,20 +562,6 @@ sub invoice_details {
   $main::lxdebug->leave_sub();
 }
 
-sub project_description {
-  $main::lxdebug->enter_sub();
-
-  my ($self, $dbh, $id) = @_;
-  my $form = \%main::form;
-
-  my $query = qq|SELECT description FROM project WHERE id = ?|;
-  my ($description) = selectrow_query($form, $dbh, $query, conv_i($id));
-
-  $main::lxdebug->leave_sub();
-
-  return $_;
-}
-
 sub customer_details {
   $main::lxdebug->enter_sub();