X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep708.php;h=b32c20d39759ce3c31932256c56b7011c563814f;hb=3b06c6c4718610a408cae2e9b76c3134ca30b84c;hp=8ab1ef162b343f10e1bbdcf1374109efac39db09;hpb=8cb19b5d344851e9aa17c642715fa4b20791029a;p=fa-stable.git diff --git a/reporting/rep708.php b/reporting/rep708.php index 8ab1ef16..b32c20d3 100644 --- a/reporting/rep708.php +++ b/reporting/rep708.php @@ -226,7 +226,7 @@ function print_trial_balance() $rep->Font(); $rep->Info($params, $cols, $headers, $aligns, $cols2, $headers2, $aligns2); $rep->NewPage(); - + $classresult = get_account_classes(false); while ($class = db_fetch($classresult)) { @@ -274,7 +274,7 @@ function print_trial_balance() else $rep->AmountCol(7, 8, abs($tbal), $dec); $rep->NewLine(); - + $rep->Line($rep->row + 10); if (($pbal = round2($pbal, $dec)) != 0.0 && $dimension == 0 && $dimension2 == 0) {