X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep203.php;h=9b1ad3b468fe0ca2725695ca261aba7c63a17e47;hb=fd11a3b500e79a3e98f7a3860f872cd31ce33113;hp=95c3c0e664fe732ba3f2013a542b3981bd1edd85;hpb=0489317205141deaecefe3a7243d11a3e38a51d0;p=fa-stable.git diff --git a/reporting/rep203.php b/reporting/rep203.php index 95c3c0e6..9b1ad3b4 100644 --- a/reporting/rep203.php +++ b/reporting/rep203.php @@ -103,7 +103,7 @@ function print_payment_report() $rep = new FrontReport(_('Payment Report'), "PaymentReport", user_pagesize(), 9, $orientation); if ($orientation == 'L') - $rep->recalculate_cols($cols); + recalculate_cols($cols); $rep->Font(); $rep->Info($params, $cols, $headers, $aligns); @@ -187,4 +187,3 @@ function print_payment_report() $rep->End(); } -?>