This commit is contained in:
Regis Houssin 2006-02-12 18:13:42 +00:00
parent 844418fe21
commit 6ff32f3e6e

View File

@ -1069,7 +1069,15 @@ class Facture
$row = $this->db->fetch_row($resql);
$rangmax = $row[0];
}
if ($conf->global->CHANGE_PROD_DESC)
{
if (!$product_desc)
{
$product_desc = $desc;
}
}
// Formatage des prix
$price = price2num($price);
$subprice = price2num($subprice);