X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/53593baa211863fbf66540cf1bcc36c8fb37257f..f217d072d76183bc07723dcc29503b732bd2022d:/SL/Controller/Chart.pm diff --git a/SL/Controller/Chart.pm b/SL/Controller/Chart.pm index eb2b4739a..d6656d7a0 100644 --- a/SL/Controller/Chart.pm +++ b/SL/Controller/Chart.pm @@ -87,7 +87,6 @@ sub action_show { sub action_show_report_configuration_overview { my ($self) = @_; - my @all_charts = sort { $a->accno cmp $b->accno } @{ SL::DB::Manager::Chart->get_all(inject_results => 1) }; my @types = qw(bilanz bwa er eur); my %headings = ( @@ -118,7 +117,7 @@ sub action_show_report_configuration_overview { }; } - $self->render('chart/report_configuration_overview', DATA => \@data); + $self->render('chart/report_configuration_overview', DATA => \@data, title => t8('Chart configuration overview regarding reports')); } sub init_charts {