mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
bugfix
This commit is contained in:
@@ -212,7 +212,7 @@ if($_GET["socid"])
|
||||
|
||||
|
||||
|
||||
if ($user->rights->societe->creer && !$user->rights->commercial->client->voir)
|
||||
if ($user->rights->societe->creer && $user->rights->commercial->client->voir)
|
||||
{
|
||||
/*
|
||||
* Liste
|
||||
|
||||
Reference in New Issue
Block a user