Browse Source

Liste devis : ajout d'une colonne utilisateur

refactoring
Guillaume Bourgeois 4 years ago
parent
commit
69f5189f45
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      backend/views/quotation/index.php

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

} }
], ],
'name', 'name',
[
'attribute' => 'id_user',
'header' => 'Utilisateur',
'value' => function($model) {
return $model->user->getUsername() ;
}
],
[ [
'attribute' => 'date', 'attribute' => 'date',
'header' => 'Date', 'header' => 'Date',

Loading…
Cancel
Save