New files from unstable branch
[fa-stable.git] / reporting / rep305.php
index 334a6d20d801a00399e703a71f7c7b2af7503128..6711d9b7f4257bb7f1a8e42b9432a671760a478f 100644 (file)
@@ -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;