From d37c801fffd7356b897f3844cac6dae2d08e2d89 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 12 Feb 2006 20:05:55 +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 27c2c49e058..8a4ab9b8a42 100644 --- a/htdocs/commande/commande.class.php +++ b/htdocs/commande/commande.class.php @@ -396,7 +396,7 @@ class Commande if ($prod->fetch($fk_product) > 0) { $desc = $desc?$desc:$prod->libelle; - //$product_desc = $prod->description; + $product_desc = $prod->description; // multiprix if($conf->global->PRODUIT_MULTIPRICES == 1) {