Kaynağa Gözat

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

prodstable
keun 7 yıl önce
ebeveyn
işleme
a75d363db1
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. +3
    -0
      common/models/Commande.php

+ 3
- 0
common/models/Commande.php Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet