modification de la description produit
This commit is contained in:
parent
efb8de0139
commit
8b659dde53
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user