X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep204.php;fp=reporting%2Frep204.php;h=3dbe96fa6a7110f25463d6f61cd19d3931d966eb;hb=6a4d8e6c1e92ff1b8fc5abb3fae76fb1c1968550;hp=cfd7f8dfa485f587a04c18ad63f69d044544dc4a;hpb=52ac949d4511c7cc985913d32de440c1b33fbcf6;p=fa-stable.git diff --git a/reporting/rep204.php b/reporting/rep204.php index cfd7f8df..3dbe96fa 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);