X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep708.php;h=e965ae182c224fb9c7871da8a4b6084723f77501;hb=b0c4c9777f9574e9c2805fddc2a12576d75d94ce;hp=8ab1ef162b343f10e1bbdcf1374109efac39db09;hpb=8cb19b5d344851e9aa17c642715fa4b20791029a;p=fa-stable.git diff --git a/reporting/rep708.php b/reporting/rep708.php index 8ab1ef16..e965ae18 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) { @@ -285,4 +285,3 @@ function print_trial_balance() $rep->End(); } -?> \ No newline at end of file