From 47fb376be6cac23587eaaaecfb0b0dfec69cfc2a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 6 Sep 2005 10:25:00 +0000 Subject: [PATCH] Bugfix --- htdocs/telephonie/client/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {