X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cb0414d6fc74555cf85cc74152c5d7c2cb0168e2..41ec1a254c67a6bbd3ce97b91fb9521876a2e91b:/SL/Controller/YearEndTransactions.pm?ds=inline 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(); }