diff --git a/htdocs/core/tpl/objectline_view.tpl.php b/htdocs/core/tpl/objectline_view.tpl.php
index d048b6f7c9d..988df55b61c 100644
--- a/htdocs/core/tpl/objectline_view.tpl.php
+++ b/htdocs/core/tpl/objectline_view.tpl.php
@@ -163,6 +163,23 @@ $domData .= ' data-product_type="'.$line->product_type.'"';
print (! empty($line->description) && $line->description!=$line->product_label)?'
'.dol_htmlentitiesbr($line->description):'';
}
}
+
+ if ($user->rights->fournisseur->lire && $line->fk_fournprice > 0)
+ {
+ require_once DOL_DOCUMENT_ROOT.'/fourn/class/fournisseur.product.class.php';
+ $productfourn = new ProductFournisseur($this->db);
+ $productfourn->fetch_product_fournisseur_price($line->fk_fournprice);
+ echo '