diff --git a/htdocs/facture.class.php b/htdocs/facture.class.php index 03bc41ae61c..8d6d5246a29 100644 --- a/htdocs/facture.class.php +++ b/htdocs/facture.class.php @@ -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);