Merge von 842 aus unstable: Bugfix 275
authorStephan Köhler <s.koehler@linet-services.de>
Thu, 2 Feb 2006 16:08:21 +0000 (16:08 +0000)
committerStephan Köhler <s.koehler@linet-services.de>
Thu, 2 Feb 2006 16:08:21 +0000 (16:08 +0000)
Fix 275. fromdate missing.

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) {