ActionBar: ReportGenerator nutzt per Default nun die ActionBar
[kivitendo-erp.git] / bin / mozilla / oe.pl
index dccfccb..b024853 100644 (file)
@@ -1261,7 +1261,7 @@ sub orders {
   $report->add_data(create_subtotal_row(\%totals, \@columns, \%column_alignment, \@subtotal_columns, 'listtotal'));
 
   setup_oe_orders_action_bar();
-  $report->generate_with_headers(action_bar => 1);
+  $report->generate_with_headers();
 
   $main::lxdebug->leave_sub();
 }