Added Account tags selection in Annual Expense Breakdown, Balanse Sheet
[fa-stable.git] / reporting / rep702.php
index c47fb2ebe10031b6fc0f5119b3df79920df21e3b..5a05470bb4dfa82954ee0e1b5cdf81a0cd6ce36e 100644 (file)
@@ -55,14 +55,15 @@ function print_list_of_journal_entries()
 
     $params =   array(         0 => $comments,
                                    1 => array('text' => _('Period'), 'from' => $from,'to' => $to),
-                       2 => array('text' => _('Type'), 'from' => $systypes_array[$systype],
+                       2 => array('text' => _('Type'), 'from' => 
+                                               $systype == -1 ? _('All') : $systypes_array[$systype],
                             'to' => ''));
 
     $rep = new FrontReport(_('List of Journal Entries'), "JournalEntries", user_pagesize());
 
     $rep->Font();
     $rep->Info($params, $cols, $headers, $aligns);
-    $rep->Header();
+    $rep->NewPage();
 
     if ($systype == -1)
         $systype = null;