Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep304.php
index e54a9759cedbe26579cabc6ff87cba72472f1564..f966702990b6f33287f712e4de4f47df858a4f99 100644 (file)
@@ -125,7 +125,7 @@ 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);