X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep601.php;h=1d47bc78a1510ca4e201862ab6cdff147e2709bb;hb=4d3a86a9286de3f4d5552ad2aa237a91df6aa689;hp=42c9ef30007820078c328edb8e9f12aadafe6df0;hpb=b37623cf1de2cfce6825744557d76475f002321f;p=fa-stable.git diff --git a/reporting/rep601.php b/reporting/rep601.php index 42c9ef30..1d47bc78 100644 --- a/reporting/rep601.php +++ b/reporting/rep601.php @@ -104,11 +104,11 @@ function print_bank_transactions() $rep->Font(); $total = $prev_balance; $rep->NewLine(2); + $total_debit = $total_credit = 0; if ($rows > 0) { // Keep a running total as we loop through // the transactions. - $total_debit = $total_credit = 0; while ($myrow=db_fetch($trans)) {