From: Moritz Bunkus Date: Thu, 2 Feb 2017 12:47:58 +0000 (+0100) Subject: do.pl: völlig unverständliche Formatierung gefixt X-Git-Tag: release-3.5.4~1544 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/cfcb97136136224ee6c943ceeeef49aad24f0edd do.pl: völlig unverständliche Formatierung gefixt Kam durch Dateiverwaltung herein. --- 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),