Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep105.php
index a8d879313866eb6ad22e8d58d321284a71257ad2..cccf289f05dcf496eedc139e93672ae9ba43a487 100644 (file)
@@ -124,7 +124,7 @@ function print_order_status_list()
 
        $rep = new FrontReport(_('Order Status Listing'), "OrderStatusListing", user_pagesize(), 9, $orientation);
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
        $cols2 = $cols;
        $rep->Font();
        $rep->Info($params, $cols, $headers, $aligns, $cols2, $headers2, $aligns2);