X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FYearEndTransactions.pm;h=cab851556f3b410c0b5d0ff86bed7f895630ab5f;hb=1cbc459da604c31d21593df298a522e6cbe69e2b;hp=4a9f06c4793f9cb344c31af55ac231d1db9f1f1a;hpb=cb0414d6fc74555cf85cc74152c5d7c2cb0168e2;p=kivitendo-erp.git diff --git a/SL/Controller/YearEndTransactions.pm b/SL/Controller/YearEndTransactions.pm index 4a9f06c47..cab851556 100644 --- a/SL/Controller/YearEndTransactions.pm +++ b/SL/Controller/YearEndTransactions.pm @@ -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(); }