bugfix
This commit is contained in:
parent
29ce967530
commit
045b4b4e89
@ -25,7 +25,7 @@ if (!$user->rights->telephonie->lire) accessforbidden();
|
||||
|
||||
if ($user->distributeur_id && $user->responsable_distributeur_id = 0)
|
||||
{
|
||||
$_GET["id"] = $user->distributeur_id;
|
||||
$_GET["id"] = $user->id;
|
||||
}
|
||||
|
||||
if ($user->responsable_distributeur_id > 0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user