Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep706.php
index e670e2e8f8d74d079f08fd7dd23bf33a28699178..ebb9cd8328416852d555f88b0dac053dc731adda 100644 (file)
@@ -214,7 +214,7 @@ function print_balance_sheet()
 
        $rep = new FrontReport(_('Balance Sheet'), "BalanceSheet", user_pagesize(), 9, $orientation);
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
        $rep->Font();
        $rep->Info($params, $cols, $headers, $aligns);
        $rep->NewPage();