Fix: Access on third party card
This commit is contained in:
parent
520717cbbf
commit
5f4447b319
@ -44,7 +44,7 @@ if ($conf->fichinter->enabled) $langs->load("interventions");
|
|||||||
$socid = isset($_GET["socid"])?$_GET["socid"]:'';
|
$socid = isset($_GET["socid"])?$_GET["socid"]:'';
|
||||||
|
|
||||||
// Securite d'acces client et commerciaux
|
// Securite d'acces client et commerciaux
|
||||||
$socid = restrictedArea($user, 'societe', $socid);
|
$result = restrictedArea($user, 'societe', $socid);
|
||||||
|
|
||||||
$sortorder=$_GET["sortorder"];
|
$sortorder=$_GET["sortorder"];
|
||||||
$sortfield=$_GET["sortfield"];
|
$sortfield=$_GET["sortfield"];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user