Skip to content
Snippets Groups Projects
Commit ee039c69 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge branch '3.9' of git@github.com:Dolibarr/dolibarr.git into 4.0

parents 50d65e3a 4adfe6de
Branches
Tags
No related merge requests found
...@@ -39,7 +39,7 @@ $confirm = GETPOST('confirm', 'alpha'); ...@@ -39,7 +39,7 @@ $confirm = GETPOST('confirm', 'alpha');
// Security check // Security check
if ($user->societe_id) $socid=$user->societe_id; if ($user->societe_id) $socid=$user->societe_id;
$result = restrictedArea($user, 'contact', $id, '',''); $result = restrictedArea($user, 'contact', $id, 'socpeople&societe');
// Get parameters // Get parameters
$sortfield = GETPOST("sortfield",'alpha'); $sortfield = GETPOST("sortfield",'alpha');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment