Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep705.php
index 88e1ec6b92d17b2126875bbfb21bdc54d343d79d..7cf8f8fc7c2f226c036eba7df04e05b53466811a 100644 (file)
@@ -277,7 +277,7 @@ function print_annual_expense_breakdown()
 
        $rep = new FrontReport(_('Annual Expense Breakdown'), "AnnualBreakDown", user_pagesize(), 9, $orientation);
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
        $rep->Font();
        $rep->Info($params, $cols, $headers, $aligns);
        $rep->NewPage();