Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep708.php
index ff82c89bc1abec771b94d2dab003a93af3f6e129..17854bca712e68c4c90ea3c3d0fb54004c6f1d5f 100644 (file)
@@ -210,8 +210,8 @@ function print_trial_balance()
        $rep = new FrontReport(_('Trial Balance'), "TrialBalance", user_pagesize(), 9, $orientation);
     if ($orientation == 'L')
     {
-       $rep->recalculate_cols($cols);
-       $rep->recalculate_cols($cols2);
+       recalculate_cols($cols);
+       recalculate_cols($cols2);
        }
        $rep->Font();
        $rep->Info($params, $cols, $headers, $aligns, $cols2, $headers2, $aligns2);