瀏覽代碼

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…
取消
儲存