X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep702.php;h=fdc1224a5796318d7f4e28ee2973ae9ea9d5d530;hb=6a4d8e6c1e92ff1b8fc5abb3fae76fb1c1968550;hp=6d6f324533c512cabf1c77971924c6b6e0a001e2;hpb=52ac949d4511c7cc985913d32de440c1b33fbcf6;p=fa-stable.git diff --git a/reporting/rep702.php b/reporting/rep702.php index 6d6f3245..fdc1224a 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);