diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index 35d488c8524..73c2c3b37fd 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -44,7 +44,7 @@ if ($conf->fichinter->enabled) $langs->load("interventions"); $socid = isset($_GET["socid"])?$_GET["socid"]:''; // Securite d'acces client et commerciaux -$socid = restrictedArea($user, 'societe', $socid); +$result = restrictedArea($user, 'societe', $socid); $sortorder=$_GET["sortorder"]; $sortfield=$_GET["sortfield"];