X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FUSTVA.pm;h=51296f1bedf1f938a64f3d11e60eeacefda8a947;hb=8efe3525b0835a3759aebacd9fbcf204db9f84da;hp=84dc4f3122f246bb9687f730df6a1533e71e2e0f;hpb=72539cb39a3d19f930a8e0e41e46bf41afe9a8f1;p=kivitendo-erp.git diff --git a/SL/USTVA.pm b/SL/USTVA.pm index 84dc4f312..51296f1be 100644 --- a/SL/USTVA.pm +++ b/SL/USTVA.pm @@ -861,7 +861,10 @@ sub get_accounts_ustva { my $accno; my $ref; - #print $query; + # Show all $query in Debuglevel LXDebug::QUERY + $callingdetails = (caller (0))[3]; + $main::lxdebug->message(LXDebug::QUERY, "$callingdetails \$query=\n $query"); + my $sth = $dbh->prepare($query); $sth->execute || $form->dberror($query);