diff --git a/htdocs/bom/class/bom.class.php b/htdocs/bom/class/bom.class.php index 3855af82083..656b3169eef 100644 --- a/htdocs/bom/class/bom.class.php +++ b/htdocs/bom/class/bom.class.php @@ -794,7 +794,7 @@ class BOM extends CommonObject $product = new Product($db); $resultFetch = $product->fetch($this->fk_product); if ($resultFetch > 0) { - $label .= "
".$langs->trans("Product").': '.$product->label; + $label .= "
".$langs->trans("Product").': '.$product->ref.' - '.$product->label; } }