X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1de193119512c28ad62e604711024a4a54667bb9..af25c1461dc646c4c26cf7c86f4b6c5e6d54dac7:/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();