Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep710.php
index eb4ea411a98d9a623c0a5ee812fdcd36a6dc84aa..b7852d61908b8dfe5bd79348f8915ba8444787b7 100644 (file)
@@ -88,7 +88,7 @@ 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();