From ec9b048e2ec61795f8ba7045d67467e078e4eecf Mon Sep 17 00:00:00 2001 From: vmaury Date: Thu, 28 Dec 2023 16:34:47 +0100 Subject: [PATCH] Fix #23248 Prices not updated when external user (client) create a propal or command --- htdocs/product/ajax/products.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/ajax/products.php b/htdocs/product/ajax/products.php index cb4c4e50afb..42964f17ce1 100644 --- a/htdocs/product/ajax/products.php +++ b/htdocs/product/ajax/products.php @@ -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'); /*