diff --git a/htdocs/telephonie/client/facture.php b/htdocs/telephonie/client/facture.php index 133f0c60d7a..1edd9e492fa 100644 --- a/htdocs/telephonie/client/facture.php +++ b/htdocs/telephonie/client/facture.php @@ -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) {