Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep401.php
index a65f35e9190640eeafddfd390ceb9027cfe7eaa5..0471486b577d68f7bbdbb132fa10e4b5c20098af 100644 (file)
@@ -77,7 +77,7 @@ function print_bill_of_material()
 
     $rep = new FrontReport(_('Bill of Material Listing'), "BillOfMaterial", user_pagesize(), 9, $orientation);
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
 
     $rep->Font();
     $rep->Info($params, $cols, $headers, $aligns);