X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep704.php;h=1703ed0a81762b1696ba698c12d3cee3dcd3407d;hb=b0c4c9777f9574e9c2805fddc2a12576d75d94ce;hp=d3cf9047cac4c5d3c0ba3c01958d90c85a5e9748;hpb=0489317205141deaecefe3a7243d11a3e38a51d0;p=fa-stable.git diff --git a/reporting/rep704.php b/reporting/rep704.php index d3cf9047..1703ed0a 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); @@ -201,4 +201,3 @@ function print_GL_transactions() $rep->End(); } -?> \ No newline at end of file