Fix: Access on third party card

This commit is contained in:
Laurent Destailleur 2008-02-23 15:49:18 +00:00
parent 520717cbbf
commit 5f4447b319

View File

@ -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"];