X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/508801bbaf7b9c5e144bf7ab9763a342ab80f176..6c63020409f486043d63c3a324db96a4a162ff67:/SL/Controller/Business.pm diff --git a/SL/Controller/Business.pm b/SL/Controller/Business.pm index f7108bb33..dbd0f33bb 100644 --- a/SL/Controller/Business.pm +++ b/SL/Controller/Business.pm @@ -23,8 +23,8 @@ sub action_list { my ($self) = @_; $self->render('business/list', - title => $::locale->text('Businesses'), - BUSINESSS => SL::DB::Manager::Business->get_all_sorted); + title => $::locale->text('Businesses'), + BUSINESSES => SL::DB::Manager::Business->get_all_sorted); } sub action_new {