X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep705.php;h=7cf8f8fc7c2f226c036eba7df04e05b53466811a;hb=6a4d8e6c1e92ff1b8fc5abb3fae76fb1c1968550;hp=88e1ec6b92d17b2126875bbfb21bdc54d343d79d;hpb=52ac949d4511c7cc985913d32de440c1b33fbcf6;p=fa-stable.git diff --git a/reporting/rep705.php b/reporting/rep705.php index 88e1ec6b..7cf8f8fc 100644 --- a/reporting/rep705.php +++ b/reporting/rep705.php @@ -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();