From 8b659dde533f676e82ba9ea38d8bee0f8a57737b Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 11 Feb 2006 17:53:56 +0000 Subject: [PATCH] modification de la description produit --- htdocs/commande/commande.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/commande/commande.class.php b/htdocs/commande/commande.class.php index 99084f76cf5..e414a5c3085 100644 --- a/htdocs/commande/commande.class.php +++ b/htdocs/commande/commande.class.php @@ -364,6 +364,7 @@ class Commande $qty = ereg_replace(',','.',$qty); $pu = ereg_replace(',','.',$pu); $desc=trim($desc); + $product_desc=trim($product_desc); if (strlen(trim($qty))==0) { $qty=1;