Rerun of sales_order_entry.php.
[fa-stable.git] / reporting / rep702.php
index 6d6f324533c512cabf1c77971924c6b6e0a001e2..05c2ec5e86ebc305b50b5b6d1e265053c1f40e74 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);
@@ -147,4 +147,3 @@ function print_list_of_journal_entries()
     $rep->End();
 }
 
-?>
\ No newline at end of file