Fix edition of product notes

This commit is contained in:
Laurent Destailleur 2022-12-13 11:47:06 +01:00
parent 76d5309c17
commit fe1fafa816

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