X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/bb374138781bbf3a368d104445aee887494aa381..69822fd215cb15e1bb017f1af6f0a185f62a31e2:/SL/BP.pm?ds=sidebyside diff --git a/SL/BP.pm b/SL/BP.pm index 559ea22bb..94a1e6a2f 100644 --- a/SL/BP.pm +++ b/SL/BP.pm @@ -62,8 +62,6 @@ sub get_vc { qq| WHERE a.${vc}_id = vc.id AND s.trans_id = a.id AND s.formname = ? | . qq| AND s.spoolfile IS NOT NULL) AS total|; - $main::lxdebug->message(0, "kuh1 $query"); - my ($count) = selectrow_query($form, $dbh, $query, $form->{type}); # build selection list @@ -82,8 +80,6 @@ sub get_vc { push @{ $form->{"all_${vc}"} }, $ref; } $sth->finish; - - $main::lxdebug->message(0, "kuh2 $query"); } $dbh->disconnect;