This commit is contained in:
Rodolphe Quiedeville
2005-09-06 10:25:00 +00:00
parent 46d2e704a0
commit 47fb376be6

View File

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