Fix #23248 Prices not updated when external user (client) create a propal or command

This commit is contained in:
vmaury
2023-12-28 16:34:47 +01:00
parent bdaff375a1
commit ec9b048e2e

View File

@@ -59,7 +59,7 @@ $warehouseStatus = GETPOST('warehousestatus', 'alpha');
$hidepriceinlabel = GETPOST('hidepriceinlabel', 'int');
// Security check
restrictedArea($user, 'produit|service', 0, 'product&product');
restrictedArea($user, 'produit|service|commande|propal', 0, 'product&product');
/*