X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FBusiness.pm;h=dbd0f33bb8ed2fe0a76fc3334e84fea77aa791f5;hb=c815c7236e442a9117808af8a3cc8445f5a35203;hp=f7108bb333453cb18dedffbbbcb3d8369d42368e;hpb=508801bbaf7b9c5e144bf7ab9763a342ab80f176;p=kivitendo-erp.git 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 {