Report fixed according to changed headers API in FrontReport class.
[fa-stable.git] / reporting / rep301.php
index 3b091cde1da032217492d436284d6a298829e37e..04ab84e92868f0f2c43b446ab34e00592adc5ac6 100644 (file)
@@ -107,7 +107,7 @@ function print_inventory_valuation_report()
 
     $rep->Font();
     $rep->Info($params, $cols, $headers, $aligns);
-    $rep->Header();
+    $rep->NewPage();
 
        $res = getTransactions($category, $location);
        $total = $grandtotal = 0.0;