mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 09:01:40 +01:00
bugfix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user