This commit is contained in:
Rodolphe Quiedeville 2005-09-02 14:54:53 +00:00
parent f6ffc89ee2
commit 27f5cc453b

View File

@ -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)
{