X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep708.php;fp=reporting%2Frep708.php;h=9ff9b2964783a21f4966185605b06ed8d5fe2c38;hb=90b3d069d96b99671af51726e2953352738abb75;hp=979ca2e1e4a45bffa0d9e871a8627e209f11b8b7;hpb=8ecdfec3e664440856af9b205d37e3327c126cfc;p=fa-stable.git diff --git a/reporting/rep708.php b/reporting/rep708.php index 979ca2e1..9ff9b296 100644 --- a/reporting/rep708.php +++ b/reporting/rep708.php @@ -208,7 +208,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)) { @@ -256,7 +256,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) {