X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep601.php;h=e5411bd5c8d425c533c4c9c10bf852af4aa67aeb;hb=1f284ec5fb3bb7c1388fd0559e996d85be3741c0;hp=079e3c1ff818fc6ce11d7f8c39105707809bdf2d;hpb=71e2a022f298a96a2406de1fc8397270257f9a1f;p=fa-stable.git diff --git a/reporting/rep601.php b/reporting/rep601.php index 079e3c1f..e5411bd5 100644 --- a/reporting/rep601.php +++ b/reporting/rep601.php @@ -47,6 +47,7 @@ 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");