X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep108.php;h=0247f7cc3539ef3ec2e95ff9c0900d7080e138ba;hb=f2e7911580d86e0c75edeabc3ce5b106c9f23151;hp=5becd70482eea435882aea990d4cd04ca730d967;hpb=380ae03e2df9602d07d156ae93b87cbe59b01b3a;p=fa-stable.git diff --git a/reporting/rep108.php b/reporting/rep108.php index 5becd704..0247f7cc 100644 --- a/reporting/rep108.php +++ b/reporting/rep108.php @@ -139,7 +139,7 @@ function print_statements() $rep->TextCol(2, 3, sql2date($myrow2['tran_date']), -2); if ($myrow2['type'] == ST_SALESINVOICE) $rep->TextCol(3, 4, sql2date($myrow2['due_date']), -2); - if ($myrow2['type'] == ST_SALESINVOICE) + if ($myrow2['type'] == ST_SALESINVOICE || $myrow2['type'] == ST_BANKPAYMENT) $rep->TextCol(4, 5, $DisplayTotal, -2); else $rep->TextCol(5, 6, $DisplayTotal, -2);