Przeglądaj źródła

Merge branch 'dev'

prodstable
Guillaume Bourgeois 4 lat temu
rodzic
commit
4bc407d544
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      backend/views/user/index.php

+ 1
- 1
backend/views/user/index.php Wyświetl plik

@@ -67,7 +67,7 @@ $this->render('_menu',[
'attribute' => 'username',
'label' => 'Nom',
'value' => function($model) {
if(isset($model['name_legal_person'])) {
if(isset($model['name_legal_person']) && strlen($model['name_legal_person'])) {
return $model['name_legal_person'] ;
}
else {

Ładowanie…
Anuluj
Zapisz