X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FBP.pm;h=94a1e6a2f0edb49b308a8f84f9660622497a7123;hb=15f549fdb43fba2d99817c659533dfa02638bf27;hp=559ea22bb4851eadddca934a3767be7dd789eb52;hpb=bb374138781bbf3a368d104445aee887494aa381;p=kivitendo-erp.git 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;