From: Stephan Köhler Date: Thu, 2 Feb 2006 16:08:21 +0000 (+0000) Subject: Merge von 842 aus unstable: Bugfix 275 X-Git-Tag: release-2.2.0~4 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c1dafb8482847bb39edd6340bbbcbb77a7abb7b3;p=kivitendo-erp.git Merge von 842 aus unstable: Bugfix 275 Fix 275. fromdate missing. --- 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) {