Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep707.php
index d38d3c3326f87392e7f24eb06b3a1825da98abd2..846bb9d4f8a75b5eabc57eb5d0d02be9ad2a2346 100644 (file)
@@ -257,7 +257,7 @@ function print_profit_and_loss_statement()
 
        $rep = new FrontReport(_('Profit and Loss Statement'), "ProfitAndLoss", user_pagesize(), 9, $orientation);
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
        $rep->Font();
        $rep->Info($params, $cols, $headers, $aligns);
        $rep->NewPage();