X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep305.php;h=6711d9b7f4257bb7f1a8e42b9432a671760a478f;hb=931f50706c4dcc60c5a26c99d0837b7509277f78;hp=334a6d20d801a00399e703a71f7c7b2af7503128;hpb=020667053df74a6490e60413c1e773a746c926b6;p=fa-stable.git diff --git a/reporting/rep305.php b/reporting/rep305.php index 334a6d20..6711d9b7 100644 --- a/reporting/rep305.php +++ b/reporting/rep305.php @@ -80,7 +80,7 @@ function print_grn_valuation() $rep->Font(); $rep->Info($params, $cols, $headers, $aligns); - $rep->Header(); + $rep->NewPage(); $res = getTransactions($from, $to); $total = $qtotal = $grandtotal = 0.0;