X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep305.php;fp=reporting%2Frep305.php;h=6711d9b7f4257bb7f1a8e42b9432a671760a478f;hb=46c5f7a65a7659a44ae8254c63152074363d3987;hp=334a6d20d801a00399e703a71f7c7b2af7503128;hpb=35f482e2a9246960de37e5f1d975c734e08951e6;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;