modification de la description produit

This commit is contained in:
Regis Houssin 2006-02-11 17:53:56 +00:00
parent efb8de0139
commit 8b659dde53

View File

@ -364,6 +364,7 @@ class Commande
$qty = ereg_replace(',','.',$qty); $qty = ereg_replace(',','.',$qty);
$pu = ereg_replace(',','.',$pu); $pu = ereg_replace(',','.',$pu);
$desc=trim($desc); $desc=trim($desc);
$product_desc=trim($product_desc);
if (strlen(trim($qty))==0) if (strlen(trim($qty))==0)
{ {
$qty=1; $qty=1;