Try a fix for margin hasRights
This commit is contained in:
parent
2903af6d90
commit
8b2fca8cca
@ -733,6 +733,7 @@ class User extends CommonObject
|
|||||||
|
|
||||||
$moduleRightsMapping = array(
|
$moduleRightsMapping = array(
|
||||||
'product' => 'produit', // We must check $user->rights->produit...
|
'product' => 'produit', // We must check $user->rights->produit...
|
||||||
|
'margin' => 'margins'
|
||||||
);
|
);
|
||||||
|
|
||||||
$rightsPath = $module;
|
$rightsPath = $module;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user