diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php index 35d01735326..17b51de7cdd 100644 --- a/htdocs/contact/fiche.php +++ b/htdocs/contact/fiche.php @@ -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"];