Rerun of implemented Selectable Print Orientation (Portrait, Landscape) for all repor...
[fa-stable.git] / reporting / rep702.php
index 6d6f324533c512cabf1c77971924c6b6e0a001e2..fdc1224a5796318d7f4e28ee2973ae9ea9d5d530 100644 (file)
@@ -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);