X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep702.php;h=05c2ec5e86ebc305b50b5b6d1e265053c1f40e74;hb=5a3cbfe6d2df1c8c32edcab8bf93e8a8432a15fc;hp=6d6f324533c512cabf1c77971924c6b6e0a001e2;hpb=0489317205141deaecefe3a7243d11a3e38a51d0;p=fa-stable.git diff --git a/reporting/rep702.php b/reporting/rep702.php index 6d6f3245..05c2ec5e 100644 --- a/reporting/rep702.php +++ b/reporting/rep702.php @@ -63,7 +63,7 @@ function print_list_of_journal_entries() $rep = new FrontReport(_('List of Journal Entries'), "JournalEntries", user_pagesize(), 9, $orientation); if ($orientation == 'L') - $rep->recalculate_cols($cols); + recalculate_cols($cols); $rep->Font(); $rep->Info($params, $cols, $headers, $aligns); @@ -147,4 +147,3 @@ function print_list_of_journal_entries() $rep->End(); } -?> \ No newline at end of file