From 27f5cc453b2aaad0077d8c94c35c5d418461a1d9 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 2 Sep 2005 14:54:53 +0000 Subject: [PATCH] Bugfix --- htdocs/telephonie/client/tarifs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/client/tarifs.php b/htdocs/telephonie/client/tarifs.php index f252b3a686c..82ce04730e6 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) {