Report fixed according to changed headers API in FrontReport class.
[fa-stable.git] / reporting / rep305.php
index bfbaf6b01acc1e41f0494d72b798288d182b4d1a..5f180025e7241f78e33556690de010f84d66fdc7 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;