Report fixed according to changed headers API in FrontReport class.
[fa-stable.git] / reporting / rep304.php
index f1262a1873730d0d5602e7d2769d647cec0feb90..624dabeaece0d8c437827b31532f7d95ddcfc14f 100644 (file)
@@ -127,7 +127,7 @@ function print_inventory_sales()
 
     $rep->Font();
     $rep->Info($params, $cols, $headers, $aligns);
-    $rep->Header();
+    $rep->NewPage();
 
        $res = getTransactions($category, $location, $fromcust, $from, $to);
        $total = $grandtotal = 0.0;