X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep501.php;h=c3821e0be10ffecaa9468e94d5870ca147c962e5;hb=20c9b5846824f0489c6791d74a6c78e2bfb0b2fc;hp=45047adc021cbac1139fcbda68595977e5394307;hpb=8ea6c4dd0d9b31b3456d012b0c94339b801bee0c;p=fa-stable.git diff --git a/reporting/rep501.php b/reporting/rep501.php index 45047adc..c3821e0b 100644 --- a/reporting/rep501.php +++ b/reporting/rep501.php @@ -93,7 +93,7 @@ function print_dimension_summary() $rep->Font(); $rep->Info($params, $cols, $headers, $aligns); - $rep->Header(); + $rep->NewPage(); $res = getTransactions($fromdim, $todim); while ($trans=db_fetch($res))