X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1de193119512c28ad62e604711024a4a54667bb9..ea4256d880b35648ed0cf5725e43cddf2b8b7b4f:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index dc3604d26..97e724811 100644 --- 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();