Explorar el Código

Liste devis : ajout d'une colonne utilisateur

refactoring
Guillaume Bourgeois hace 4 años
padre
commit
69f5189f45
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. +7
    -0
      backend/views/quotation/index.php

+ 7
- 0
backend/views/quotation/index.php Ver fichero

@@ -69,6 +69,13 @@ $this->addButton(['label' => 'Nouveau devis <span class="glyphicon glyphicon-plu
}
],
'name',
[
'attribute' => 'id_user',
'header' => 'Utilisateur',
'value' => function($model) {
return $model->user->getUsername() ;
}
],
[
'attribute' => 'date',
'header' => 'Date',

Cargando…
Cancelar
Guardar