mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix #23248 Prices not updated when external user (client) create a propal or command
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user