Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep306.php
index 4a5a4ed705945e9e11ac003d49cae61aa1d6bf55..92eb08fc5819000e4ff154de5cb2fbc231e027d0 100644 (file)
@@ -153,7 +153,7 @@ function print_inventory_purchase()
 
     $rep = new FrontReport(_('Inventory Purchasing Report'), "InventoryPurchasingReport", user_pagesize(), 9, $orientation);
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
 
     $rep->Font();
     $rep->Info($params, $cols, $headers, $aligns);