From 58f2f2f46640e98ea43f1d7701c7e2f4b635784d Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 3 Apr 2014 11:09:04 +0200 Subject: [PATCH] =?utf8?q?Finanz=C3=BCbersicht:=20Zugriff=20auf=20'data'?= =?utf8?q?=20gefixt=20(braucht=20Initializer)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/FinancialOverview.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SL/Controller/FinancialOverview.pm b/SL/Controller/FinancialOverview.pm index d3f20315c..49c04698c 100644 --- a/SL/Controller/FinancialOverview.pm +++ b/SL/Controller/FinancialOverview.pm @@ -14,8 +14,8 @@ use SL::Controller::Helper::ReportGenerator; use SL::Locale::String; use Rose::Object::MakeMethods::Generic ( - scalar => [ qw(report number_columns year current_year objects data subtotals_per_quarter salesman_id) ], - 'scalar --get_set_init' => [ qw(employees types) ], + scalar => [ qw(report number_columns year current_year objects subtotals_per_quarter salesman_id) ], + 'scalar --get_set_init' => [ qw(employees types data) ], ); __PACKAGE__->run_before(sub { $::auth->assert('report'); }); -- 2.20.1