ActionBar: ReportGenerator nutzt per Default nun die ActionBar
[kivitendo-erp.git] / SL / Controller / YearEndTransactions.pm
index 4a9f06c..cab8515 100644 (file)
@@ -56,7 +56,7 @@ sub action_list {
   );
 
   $self->setup_list_action_bar;
-  $report->generate_with_headers(action_bar => 1);
+  $report->generate_with_headers();
   $main::lxdebug->leave_sub();
 }