Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep704.php
index d3cf9047cac4c5d3c0ba3c01958d90c85a5e9748..45ed714ab2fefdc31dba4353863449810b7d8055 100644 (file)
@@ -114,7 +114,7 @@ function print_GL_transactions()
                                    2 => array('text' => _('Accounts'),'from' => $fromacc,'to' => $toacc));
     }
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
 
        $rep->Font();
        $rep->Info($params, $cols, $headers, $aligns);