diff --git a/frontend/views/company/_company_list_view.php b/frontend/views/company/_company_list_view.php index 390ff17..9b4bad6 100644 --- a/frontend/views/company/_company_list_view.php +++ b/frontend/views/company/_company_list_view.php @@ -1,20 +1,20 @@
{$model->lastname}
"; - } + if(!empty($model->firstname)) { + echo "{$model->lastname}
"; + } ?> - department->name )) { ?>