X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2385eb8d3b6b9c3bb6c27d7b0032e2fa69342299..cfcb97136136224ee6c943ceeeef49aad24f0edd:/bin/mozilla/do.pl diff --git a/bin/mozilla/do.pl b/bin/mozilla/do.pl index 1e5c5a203..2dbfc3180 100644 --- a/bin/mozilla/do.pl +++ b/bin/mozilla/do.pl @@ -658,10 +658,7 @@ sub orders { $report->set_options('top_info_text' => join("\n", @options), 'raw_top_info_text' => $form->parse_html_template('do/orders_top'), - 'raw_bottom_info_text' => $form->parse_html_template('do/orders_bottom', - { - print_options => print_options(inline => 1,hide_language_id => 1), - }), + 'raw_bottom_info_text' => $form->parse_html_template('do/orders_bottom', { print_options => print_options(inline => 1,hide_language_id => 1) }), 'output_format' => 'HTML', 'title' => $form->{title}, 'attachment_basename' => $attachment_basename . strftime('_%Y%m%d', localtime time),