From 1f284ec5fb3bb7c1388fd0559e996d85be3741c0 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 1 Jan 2020 16:51:21 +0100 Subject: [PATCH] Amendment Required in rep601.php for voided transactions. Fixed. --- reporting/rep601.php | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.30.2