diff --git a/htdocs/commande/commande.class.php b/htdocs/commande/commande.class.php index cbe8d03fde5..db12b513651 100644 --- a/htdocs/commande/commande.class.php +++ b/htdocs/commande/commande.class.php @@ -93,7 +93,7 @@ class Commande $CommLigne = new CommandeLigne(); $CommLigne->libelle = $propal->lignes[$i]->libelle; $CommLigne->description = $propal->lignes[$i]->desc; - $CommLigne->price = $propal->lignes[$i]->price; + $CommLigne->price = $propal->lignes[$i]->subprice; $CommLigne->subprice = $propal->lignes[$i]->subprice; $CommLigne->tva_tx = $propal->lignes[$i]->tva_tx; $CommLigne->qty = $propal->lignes[$i]->qty;