소스 검색

Liste devis : ajout d'une colonne utilisateur

refactoring
부모
커밋
69f5189f45
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +7
    -0
      backend/views/quotation/index.php

+ 7
- 0
backend/views/quotation/index.php 파일 보기

@@ -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…
취소
저장