Sfoglia il codice sorgente

Liste devis : ajout d'une colonne utilisateur

refactoring
parent
commit
69f5189f45
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. +7
    -0
      backend/views/quotation/index.php

+ 7
- 0
backend/views/quotation/index.php Vedi File

@@ -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',

Loading…
Annulla
Salva