X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep204.php;h=ba14f2ceac4ccc1964c393b6e61480a57873f86a;hb=33dfc21a26f08e9ac19048bbcf80cce2351a6cfe;hp=cfd7f8dfa485f587a04c18ad63f69d044544dc4a;hpb=0489317205141deaecefe3a7243d11a3e38a51d0;p=fa-stable.git diff --git a/reporting/rep204.php b/reporting/rep204.php index cfd7f8df..ba14f2ce 100644 --- a/reporting/rep204.php +++ b/reporting/rep204.php @@ -91,7 +91,7 @@ function print_outstanding_GRN() $rep = new FrontReport(_('Outstanding GRNs Report'), "OutstandingGRN", user_pagesize(), 9, $orientation); if ($orientation == 'L') - $rep->recalculate_cols($cols); + recalculate_cols($cols); $rep->Font(); $rep->Info($params, $cols, $headers, $aligns); @@ -152,4 +152,3 @@ function print_outstanding_GRN() $rep->End(); } -?> \ No newline at end of file