Merge pull request #24559 from marc-dll/15.0_FIX_product_notes

FIX: product notes rights
This commit is contained in:
Laurent Destailleur 2023-04-21 15:17:25 +02:00 committed by GitHub
commit b3eb9f4748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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') {