X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep710.php;h=d0cb82bfbfbd47e77f4f48e1faa58f8bba67e2de;hb=2ed9a14c68002e4394fb74a736cad6a2591d5e44;hp=b7852d61908b8dfe5bd79348f8915ba8444787b7;hpb=6a4d8e6c1e92ff1b8fc5abb3fae76fb1c1968550;p=fa-stable.git diff --git a/reporting/rep710.php b/reporting/rep710.php index b7852d61..d0cb82bf 100644 --- a/reporting/rep710.php +++ b/reporting/rep710.php @@ -89,6 +89,7 @@ function print_audit_trail() $rep = new FrontReport(_('Audit Trail'), "AuditTrail", user_pagesize(), 9, $orientation); if ($orientation == 'L') 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