From: Joe Hunt Date: Wed, 1 Jan 2020 15:51:21 +0000 (+0100) Subject: Amendment Required in rep601.php for voided transactions. Fixed. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=1f284ec5fb3bb7c1388fd0559e996d85be3741c0;p=fa-stable.git Amendment Required in rep601.php for voided transactions. Fixed. --- 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");