Revision a2b654b7
Von Kivitendo Admin vor etwa 9 Jahren hinzugefügt
SL/Controller/Business.pm | ||
---|---|---|
23 | 23 |
my ($self) = @_; |
24 | 24 |
|
25 | 25 |
$self->render('business/list', |
26 |
title => $::locale->text('Businesses'),
|
|
27 |
BUSINESSS => SL::DB::Manager::Business->get_all_sorted); |
|
26 |
title => $::locale->text('Businesses'), |
|
27 |
BUSINESSES => SL::DB::Manager::Business->get_all_sorted);
|
|
28 | 28 |
} |
29 | 29 |
|
30 | 30 |
sub action_new { |
Auch abrufbar als: Unified diff
Typo: BUSINESSES statt BUSINESSS