소스 검색

Correctif : username dans dernières commandes du tableau de bord du backend

master
keun 7 년 전
부모
커밋
a75d363db1
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      common/models/Commande.php

+ 3
- 0
common/models/Commande.php 파일 보기

@@ -344,6 +344,9 @@ class Commande extends \yii\db\ActiveRecord
{
return Html::encode($this->user->prenom.' '.$this->user->nom) ;
}
elseif(strlen($this->username)) {
return Html::encode($this->username) ;
}
else {
return 'Client introuvable' ;
}

Loading…
취소
저장