From 15bcd7af2be8021ed5fcd809b36799d39b2e6112 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 12 Feb 2006 13:12:04 +0000 Subject: [PATCH] modification de la description produit --- htdocs/commande/commande.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;