X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep601.php;h=305ef97a4ffd39e73c32ad73f76952e4bbb0fcbe;hb=8320f5fcac33bcde50d2adcd724e0d19011fb4f9;hp=2566216c5b981fe229ae65ffe3b6d57d6f4f113f;hpb=0bb1e895c193f9f4a5768c582da45628348b640f;p=fa-stable.git diff --git a/reporting/rep601.php b/reporting/rep601.php index 2566216c..305ef97a 100644 --- a/reporting/rep601.php +++ b/reporting/rep601.php @@ -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");