modification de la description produit
This commit is contained in:
parent
35c17917f1
commit
aa7b984376
@ -147,7 +147,7 @@ class Propal
|
||||
$prod = new Product($this->db, $idproduct);
|
||||
if ($prod->fetch($idproduct) > 0)
|
||||
{
|
||||
$product_desc = $prod->description;
|
||||
$p_product_desc = $prod->description;
|
||||
// multiprix
|
||||
if($conf->global->PRODUIT_MULTIPRICES == 1)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user