Skip to content
Snippets Groups Projects
Commit 27f5cc45 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Bugfix

parent f6ffc89e
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment