Revision 58f2f2f4
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/Controller/FinancialOverview.pm | ||
---|---|---|
14 | 14 |
use SL::Locale::String; |
15 | 15 |
|
16 | 16 |
use Rose::Object::MakeMethods::Generic ( |
17 |
scalar => [ qw(report number_columns year current_year objects data subtotals_per_quarter salesman_id) ],
|
|
18 |
'scalar --get_set_init' => [ qw(employees types) ], |
|
17 |
scalar => [ qw(report number_columns year current_year objects subtotals_per_quarter salesman_id) ], |
|
18 |
'scalar --get_set_init' => [ qw(employees types data) ],
|
|
19 | 19 |
); |
20 | 20 |
|
21 | 21 |
__PACKAGE__->run_before(sub { $::auth->assert('report'); }); |
Auch abrufbar als: Unified diff
Finanzübersicht: Zugriff auf 'data' gefixt (braucht Initializer)