From 7191a10a9e00bc1bb9283584733807a50dbdbe04 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 13 Feb 2006 12:12:45 +0000 Subject: [PATCH] bugfix --- htdocs/commande/commande.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;