X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep710.php;h=d0cb82bfbfbd47e77f4f48e1faa58f8bba67e2de;hb=b8ca787d4997e98d29af963f9e23534796381c44;hp=eb4ea411a98d9a623c0a5ee812fdcd36a6dc84aa;hpb=0489317205141deaecefe3a7243d11a3e38a51d0;p=fa-stable.git diff --git a/reporting/rep710.php b/reporting/rep710.php index eb4ea411..d0cb82bf 100644 --- a/reporting/rep710.php +++ b/reporting/rep710.php @@ -88,7 +88,8 @@ function print_audit_trail() $rep = new FrontReport(_('Audit Trail'), "AuditTrail", user_pagesize(), 9, $orientation); if ($orientation == 'L') - $rep->recalculate_cols($cols); + recalculate_cols($cols); + $rep->Font(); $rep->Info($params, $cols, $headers, $aligns); $rep->NewPage(); @@ -119,4 +120,3 @@ function print_audit_trail() $rep->End(); } -?> \ No newline at end of file