mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 16:12:39 +01:00
Bugfix
This commit is contained in:
@@ -192,7 +192,7 @@ if ($_GET["facid"] > 0)
|
||||
if ( $fac->fetch($_GET["facid"], $user->societe_id) > 0)
|
||||
{
|
||||
$soc = new Societe($db, $fac->socidp);
|
||||
$soc->fetch($fac->socidp);
|
||||
$soc->fetch($fac->socidp, $user);
|
||||
|
||||
if (!$soc->perm_read)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user