Skip to content
Snippets Groups Projects
Commit 722f6e0d authored by Florian Henry's avatar Florian Henry
Browse files

Fix right on product list

parent 455bae98
No related branches found
No related tags found
No related merge requests found
......@@ -467,7 +467,7 @@ else
}
// Better buy price
if ($user->rights->produit->creer)
if ($user->rights->fournisseur->lire)
{
print '<td align="right">';
if ($objp->minsellprice != '')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment