Browse Source

Merge branch 'dev'

prodstable
Guillaume Bourgeois 4 years ago
parent
commit
4bc407d544
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/views/user/index.php

+ 1
- 1
backend/views/user/index.php View File

'attribute' => 'username', 'attribute' => 'username',
'label' => 'Nom', 'label' => 'Nom',
'value' => function($model) { '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'] ; return $model['name_legal_person'] ;
} }
else { else {

Loading…
Cancel
Save