Explorar el Código

Merge branch 'dev'

prodstable
Guillaume Bourgeois hace 4 años
padre
commit
4bc407d544
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      backend/views/user/index.php

+ 1
- 1
backend/views/user/index.php Ver fichero

@@ -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 {

Cargando…
Cancelar
Guardar