X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep704.php;h=45ed714ab2fefdc31dba4353863449810b7d8055;hb=3b06c6c4718610a408cae2e9b76c3134ca30b84c;hp=d3cf9047cac4c5d3c0ba3c01958d90c85a5e9748;hpb=0489317205141deaecefe3a7243d11a3e38a51d0;p=fa-stable.git diff --git a/reporting/rep704.php b/reporting/rep704.php index d3cf9047..45ed714a 100644 --- a/reporting/rep704.php +++ b/reporting/rep704.php @@ -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);