]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Chart.pm
Merge branch 'master' of http://wagnertech.de/git/mfinanz
[mfinanz.git] / SL / Controller / Chart.pm
index eb2b4739a369b4dc0f788523301f5c964a7aee66..d6656d7a088bcaea2604777fb2670f69e68b2f15 100644 (file)
@@ -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 {