X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep702.php;h=5a05470bb4dfa82954ee0e1b5cdf81a0cd6ce36e;hb=c5dc92bf60148463852a81f74284117ce3fd1e92;hp=c47fb2ebe10031b6fc0f5119b3df79920df21e3b;hpb=80dd97a37f674cc3691fa04af4c29607067566b2;p=fa-stable.git diff --git a/reporting/rep702.php b/reporting/rep702.php index c47fb2eb..5a05470b 100644 --- a/reporting/rep702.php +++ b/reporting/rep702.php @@ -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;