diff --git a/htdocs/telephonie/client/tarifs.php b/htdocs/telephonie/client/tarifs.php
index f252b3a686c0687ff88602d0f04624de33ba6674..82ce04730e60e402d123e35876a24c14791e2599 100644
--- a/htdocs/telephonie/client/tarifs.php
+++ b/htdocs/telephonie/client/tarifs.php
@@ -168,7 +168,7 @@ if ($cancel == $langs->trans("Cancel"))
 if ($_GET["id"])
 {
   $soc = new Societe($db);
-  $result = $soc->fetch($_GET["id"]);
+  $result = $soc->fetch($_GET["id"], $user);
 
   if (!$soc->perm_read)
     {