Skip to content

Commit

Permalink
Merge branch 'marcosgdf-bug-2837' into 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jun 14, 2015
2 parents 288ae5d + d0b2c49 commit c4ff9c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion htdocs/product/liste.php
Expand Up @@ -459,7 +459,7 @@
}

// Better buy price
if ($user->rights->produit->creer) {
if ($user->rights->fournisseur->lire) {
print '<td align="right">';
if ($objp->minsellprice != '')
{
Expand Down

0 comments on commit c4ff9c3

Please sign in to comment.