X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep601.php;h=ba630465ab1062e2c6a64d11444217674e6759f0;hb=9451db1760036985de791ba24c442801e37f37de;hp=6f9c41b963e7c4f7babd43846f10784ed980a319;hpb=0489317205141deaecefe3a7243d11a3e38a51d0;p=fa-stable.git diff --git a/reporting/rep601.php b/reporting/rep601.php index 6f9c41b9..ba630465 100644 --- a/reporting/rep601.php +++ b/reporting/rep601.php @@ -86,7 +86,7 @@ function print_bank_transactions() 2 => array('text' => _('Bank Account'),'from' => $act,'to' => '')); if ($orientation == 'L') - $rep->recalculate_cols($cols); + recalculate_cols($cols); $rep->Font(); $rep->Info($params, $cols, $headers, $aligns); $rep->NewPage(); @@ -174,4 +174,3 @@ function print_bank_transactions() $rep->End(); } -?> \ No newline at end of file