From aa7b9843760ab3b8d858505d3a38813748877f98 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 12 Feb 2006 12:47:25 +0000 Subject: [PATCH] modification de la description produit --- 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 a2c16c857ee..262c706afe0 100644 --- a/htdocs/propal.class.php +++ b/htdocs/propal.class.php @@ -147,7 +147,7 @@ class Propal $prod = new Product($this->db, $idproduct); if ($prod->fetch($idproduct) > 0) { - $product_desc = $prod->description; + $p_product_desc = $prod->description; // multiprix if($conf->global->PRODUIT_MULTIPRICES == 1) {