Rerun. Changed query_size in users table to unsigned tinyint(1)
[fa-stable.git] / reporting / rep304.php
index e54a9759cedbe26579cabc6ff87cba72472f1564..63c6fc2eb5aa2872ef3021adeb16e2456d27c6c4 100644 (file)
@@ -125,8 +125,8 @@ function print_inventory_sales()
 
     $rep = new FrontReport(_('Inventory Sales Report'), "InventorySalesReport", user_pagesize(), 9, $orientation);
        if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
+
     $rep->Font();
     $rep->Info($params, $cols, $headers, $aligns);
     $rep->NewPage();
@@ -201,5 +201,3 @@ function print_inventory_sales()
        $rep->NewLine();
     $rep->End();
 }
-
-?>
\ No newline at end of file