From 85aa7f83c57b3b0c6a687731bfb494d2c2ecaa8c Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 14 Sep 2006 07:01:53 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20lors=20d'une=20copie=20de=20propal=20aya?= =?UTF-8?q?nt=20des=20lignes=20de=20produit=20remis=E9,=20c'=E9tait=20le?= =?UTF-8?q?=20prix=20=20remis=E9=20qui=20=E9tait=20r=E9cup=E9r=E9=20et=20p?= =?UTF-8?q?lac=E9=20en=20prix=20non=20remis=E9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/propal.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/propal.class.php b/htdocs/propal.class.php index cb091655250..f1e9deb1682 100644 --- a/htdocs/propal.class.php +++ b/htdocs/propal.class.php @@ -1880,7 +1880,7 @@ class Propal extends CommonObject $resql = $this->addline( $this->id, $ligne->desc, - $ligne->price, + $ligne->subprice, //récupérer le prix non remisé $ligne->qty, $ligne->tva_tx, $ligne->fk_product,