diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php
index a73d5817b3a..7e5b9b76c78 100644
--- a/htdocs/product/fiche.php
+++ b/htdocs/product/fiche.php
@@ -422,10 +422,10 @@ if (empty($reshook))
$_error++;
$action = "";
- $mesg='
';
setEventMessage($mesg, 'errors');
+ $object->fetch($id);
//dol_print_error($object->db);
}
else
diff --git a/htdocs/product/liste.php b/htdocs/product/liste.php
index 40e99a2d2ee..cab06a7f387 100644
--- a/htdocs/product/liste.php
+++ b/htdocs/product/liste.php
@@ -467,7 +467,7 @@ else
}
// Better buy price
- if ($user->rights->produit->creer)
+ if ($user->rights->fournisseur->lire)
{
print '';
if ($objp->minsellprice != '')
|