From c1dafb8482847bb39edd6340bbbcbb77a7abb7b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20K=C3=B6hler?= Date: Thu, 2 Feb 2006 16:08:21 +0000 Subject: [PATCH] Merge von 842 aus unstable: Bugfix 275 Fix 275. fromdate missing. --- SL/USTVA.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) { -- 2.20.1