Merge pull request #24559 from marc-dll/15.0_FIX_product_notes
FIX: product notes rights
This commit is contained in:
commit
b3eb9f4748
@ -91,7 +91,7 @@ if ($module == 'propal') {
|
||||
} elseif ($module == 'shipping') {
|
||||
$permission = $user->hasRight("expedition", "creer");
|
||||
} elseif ($module == 'product') {
|
||||
$permission = $user->hasRight("produit", "creer");
|
||||
$permission = $user->hasRight("product", "creer");
|
||||
} elseif ($module == 'service') {
|
||||
$permission = $user->hasRight("service", "creer");
|
||||
} elseif ($module == 'ecmfiles') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user