Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep302.php
index 5c9584b5e8b7ea9efa2d047856f3169627ab7146..68ad88532dc6439bac3720fbe80e908b771696cd 100644 (file)
@@ -133,7 +133,7 @@ function print_inventory_planning()
 
     $rep = new FrontReport(_('Inventory Planning Report'), "InventoryPlanning", user_pagesize(), 9, $orientation);
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
 
     $rep->Font();
     $rep->Info($params, $cols, $headers, $aligns);