X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep708.php;h=ee490c12c8703c050b18e6bd19d1097c40214153;hb=9af96a2e461b905dbb20f2b87ffb5c28f9b3461c;hp=9e95275a1373f8562d7bad0c1321e7053cf2064f;hpb=902f1015d874c33bd7946b17de2ad80b4f2144b6;p=fa-stable.git diff --git a/reporting/rep708.php b/reporting/rep708.php index 9e95275a..ee490c12 100644 --- a/reporting/rep708.php +++ b/reporting/rep708.php @@ -107,7 +107,7 @@ function print_trial_balance() $rep->Font(); $rep->Info($params, $cols, $headers, $aligns, $cols2, $headers2, $aligns2); - $rep->Header(); + $rep->NewPage(); $accounts = get_gl_accounts(); @@ -165,7 +165,7 @@ function print_trial_balance() if ($rep->row < $rep->bottomMargin + $rep->lineHeight) { $rep->Line($rep->row - 2); - $rep->Header(); + $rep->NewPage(); } } $rep->Line($rep->row);