X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/63a1c75d320045aea95c6bfd2444716d34882a56..c1dafb8482847bb39edd6340bbbcbb77a7abb7b3:/SL/USTVA.pm diff --git a/SL/USTVA.pm b/SL/USTVA.pm index af1896602..28fc5718e 100644 --- a/SL/USTVA.pm +++ b/SL/USTVA.pm @@ -646,9 +646,8 @@ sub get_accounts_ustva { $subwhere .= " AND transdate >= '$fromdate'"; $glwhere = " AND ac.transdate >= '$fromdate'"; $ARwhere .= " AND acc.transdate >= '$fromdate'"; - $where .= " AND ac.transdate >= '$fromdate'"; - } + $where .= " AND ac.transdate >= '$fromdate'"; } if ($todate) {