Fix 275. fromdate missing.
authorUdo Spallek <info@wissensvermittlung.com>
Thu, 26 Jan 2006 22:16:44 +0000 (22:16 +0000)
committerUdo Spallek <info@wissensvermittlung.com>
Thu, 26 Jan 2006 22:16:44 +0000 (22:16 +0000)
SL/USTVA.pm

index af18966..28fc571 100644 (file)
@@ -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) {