bugfix
This commit is contained in:
parent
b584174296
commit
5c357b6566
@ -396,7 +396,7 @@ class Commande
|
|||||||
if ($prod->fetch($fk_product) > 0)
|
if ($prod->fetch($fk_product) > 0)
|
||||||
{
|
{
|
||||||
$desc = $desc?$desc:$prod->libelle;
|
$desc = $desc?$desc:$prod->libelle;
|
||||||
$product_desc = $prod->description;
|
//$product_desc = $prod->description;
|
||||||
// multiprix
|
// multiprix
|
||||||
if($conf->global->PRODUIT_MULTIPRICES == 1)
|
if($conf->global->PRODUIT_MULTIPRICES == 1)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user