Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
This commit is contained in:
parent
6871a480e5
commit
564bae453e
@ -794,7 +794,7 @@ class BOM extends CommonObject
|
|||||||
$product = new Product($db);
|
$product = new Product($db);
|
||||||
$resultFetch = $product->fetch($this->fk_product);
|
$resultFetch = $product->fetch($this->fk_product);
|
||||||
if ($resultFetch > 0) {
|
if ($resultFetch > 0) {
|
||||||
$label .= "<br><b>".$langs->trans("Product").'</b>: '.$product->label;
|
$label .= "<br><b>".$langs->trans("Product").'</b>: '.$product->ref.' - '.$product->label;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user