Skip to content
Snippets Groups Projects
Commit c4ff9c32 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge branch 'marcosgdf-bug-2837' into 3.5

parents 288ae5de d0b2c492
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ Fix: [ bug #2758 ] Product::update sets product note to "null" when $prod->note
Fix: [ bug #2757 ] Deleting product category photo gives "Forbidden access" error
Fix: [ bug #2976 ] "Report" tab is the current tab but it is not marked as selected by the UI
Fix: [ bug #2861 ] Undefined variable $res when migrating
Fix: [ bug #2837 ] Product list table column header does not match column body
***** ChangeLog for 3.5.6 compared to 3.5.5 *****
Fix: Avoid missing class error for fetch_thirdparty method #1973
......
......@@ -459,7 +459,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