ソースを参照

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' ;
}

読み込み中…
キャンセル
保存