]> wagnertech.de Git - mfinanz.git/blobdiff - SL/USTVA.pm
Merge von 842 aus unstable: Bugfix 275
[mfinanz.git] / SL / USTVA.pm
index af189660276330b4811752743c9d5c3f921271ae..28fc5718e59b8be1dccfcf99544e15a34a5d1911 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) {