Bug 5685: Bank Statement w/Reconcile report includes gl_trans values that are "0...
[fa-stable.git] / reporting / rep601.php
index 2566216c5b981fe229ae65ffe3b6d57d6f4f113f..305ef97a4ffd39e73c32ad73f76952e4bbb0fcbe 100644 (file)
@@ -47,7 +47,6 @@ function get_bank_transactions($from, $to, $account)
                WHERE bank_act = '$account'
                AND trans_date >= '$from'
                AND trans_date <= '$to'
-               AND amount <> 0
                ORDER BY trans_date, id";
 
        return db_query($sql,"The transactions for '$account' could not be retrieved");