From b40716dbea6ae99a740e986edbe65627ce1680d0 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 12 Sep 2006 06:26:32 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20la=20description=20produit=20n'=E9tait?= =?UTF-8?q?=20pas=20r=E9cup=E9r=E9e=20lors=20d'une=20recopie=20de=20propal?= =?UTF-8?q?e=20existante?= 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 9a29dd08691..392850190b5 100644 --- a/htdocs/propal.class.php +++ b/htdocs/propal.class.php @@ -1879,7 +1879,7 @@ class Propal extends CommonObject { $resql = $this->addline( $this->id, - $ligne->description, + $ligne->desc, $ligne->price, $ligne->qty, $ligne->tva_tx,