X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep102.php;h=acbf3624c3ceaaf615956b2ad09df7f214a8c834;hb=6a4d8e6c1e92ff1b8fc5abb3fae76fb1c1968550;hp=5940cc5102ef4f522c4e879e2f6d4d6c7a96023c;hpb=52ac949d4511c7cc985913d32de440c1b33fbcf6;p=fa-stable.git diff --git a/reporting/rep102.php b/reporting/rep102.php index 5940cc51..acbf3624 100644 --- a/reporting/rep102.php +++ b/reporting/rep102.php @@ -139,7 +139,7 @@ function print_aged_customer_analysis() $headers[2] = _('Currency'); $rep = new FrontReport(_('Aged Customer Analysis'), "AgedCustomerAnalysis", user_pagesize(), 9, $orientation); if ($orientation == 'L') - $rep->recalculate_cols($cols); + recalculate_cols($cols); $rep->Font(); $rep->Info($params, $cols, $headers, $aligns);