X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep702.php;h=10bcfef7fb8772fdc446113d0de92e4b5a8ca5ab;hb=546bc1d4be8390a86e92ad15cbae63d05e48d8a5;hp=c47fb2ebe10031b6fc0f5119b3df79920df21e3b;hpb=80dd97a37f674cc3691fa04af4c29607067566b2;p=fa-stable.git diff --git a/reporting/rep702.php b/reporting/rep702.php index c47fb2eb..10bcfef7 100644 --- a/reporting/rep702.php +++ b/reporting/rep702.php @@ -55,7 +55,8 @@ 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());