X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fwh.pl;h=a729e373894a50f1df1ec14d1e3d27ac14e005bd;hb=08e820fa7a9aa4beae1da564b69a1362e6020121;hp=214a26a6491d00d86175b2da55e39eced8c6fb1c;hpb=3c005fa1ac7b96ed002ecf7dc84852e79b4a2638;p=kivitendo-erp.git diff --git a/bin/mozilla/wh.pl b/bin/mozilla/wh.pl index 214a26a64..a729e3738 100644 --- a/bin/mozilla/wh.pl +++ b/bin/mozilla/wh.pl @@ -740,7 +740,7 @@ sub generate_journal { $report->set_options('raw_bottom_info_text' => $form->parse_html_template('common/paginate', { 'pages' => $pages , 'base_url' => $href.'&sort='.$form->{sort}.'&order='.$form->{order}}) ); } - $report->generate_with_headers(action_bar => 1); + $report->generate_with_headers(); $main::lxdebug->leave_sub(); } @@ -973,7 +973,7 @@ sub generate_report { {'pages' => $pages , 'base_url' => $href}) ); } - $report->generate_with_headers(action_bar => 1); + $report->generate_with_headers(); $main::lxdebug->leave_sub(); }