This commit is contained in:
Laurent Destailleur 2021-03-12 13:51:55 +01:00
parent 777ba369c4
commit a282dbcb1b

View File

@ -40,7 +40,8 @@ $action = GETPOST('action', 'aZ09');
// Security check // Security check
$fieldvalue = (!empty($id) ? $id : (!empty($ref) ? $ref : '')); $fieldvalue = (!empty($id) ? $id : (!empty($ref) ? $ref : ''));
$fieldtype = (!empty($ref) ? 'ref' : 'rowid'); $fieldtype = (!empty($ref) ? 'ref' : 'rowid');
if ($user->socid) { if ($user->socid)
{
$socid = $user->socid; $socid = $user->socid;
} }
$result = restrictedArea($user, 'produit|service', $fieldvalue, 'product&product', '', '', $fieldtype); $result = restrictedArea($user, 'produit|service', $fieldvalue, 'product&product', '', '', $fieldtype);