Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep106.php
index c1d37466b866b89ec053532effa573fb3b527e31..c8a5538533278bb0ad3273d03b28881915256d8d 100644 (file)
@@ -96,7 +96,7 @@ function print_salesman_list()
 
        $rep = new FrontReport(_('Salesman Listing'), "SalesmanListing", 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);