bugfix
This commit is contained in:
parent
61d233ee80
commit
2b4c5a37bb
@ -36,6 +36,10 @@ require_once(DOL_DOCUMENT_ROOT."/lib/vcard/vcard.class.php");
|
||||
$langs->load("companies");
|
||||
$langs->load("users");
|
||||
|
||||
$user->getrights("societe");
|
||||
$user->getrights("commercial");
|
||||
|
||||
|
||||
$error = array();
|
||||
$socid=$_GET["socid"]?$_GET["socid"]:$_POST["socid"];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user