diff --git a/htdocs/commande/commande.class.php b/htdocs/commande/commande.class.php index 8a4ab9b8a42..27c2c49e058 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) {