diff --git a/htdocs/commande/commande.class.php b/htdocs/commande/commande.class.php index e206ae74905..4eeb3822b83 100644 --- a/htdocs/commande/commande.class.php +++ b/htdocs/commande/commande.class.php @@ -92,7 +92,8 @@ class Commande { $CommLigne = new CommandeLigne(); $CommLigne->libelle = $propal->lignes[$i]->libelle; - $CommLigne->price = $propal->lignes[$i]->subprice; + $CommLigne->description = $propal->lignes[$i]->description; + $CommLigne->price = $propal->lignes[$i]->price; $CommLigne->subprice = $propal->lignes[$i]->subprice; $CommLigne->tva_tx = $propal->lignes[$i]->tva_tx; $CommLigne->qty = $propal->lignes[$i]->qty;