bugfix
This commit is contained in:
parent
844418fe21
commit
6ff32f3e6e
@ -1070,6 +1070,14 @@ class Facture
|
|||||||
$rangmax = $row[0];
|
$rangmax = $row[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($conf->global->CHANGE_PROD_DESC)
|
||||||
|
{
|
||||||
|
if (!$product_desc)
|
||||||
|
{
|
||||||
|
$product_desc = $desc;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Formatage des prix
|
// Formatage des prix
|
||||||
$price = price2num($price);
|
$price = price2num($price);
|
||||||
$subprice = price2num($subprice);
|
$subprice = price2num($subprice);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user