diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php index c4a8bd6ecd6..fa5319b970c 100644 --- a/htdocs/contact/fiche.php +++ b/htdocs/contact/fiche.php @@ -279,8 +279,9 @@ if ($user->rights->societe->contact->creer) } else { print ''.$langs->trans("Company").''; + print $form->select_societes('','socid','',1); //print $form->select_societes('','socid',''); - print $langs->trans("ContactNotLinkedToCompany"); + //print $langs->trans("ContactNotLinkedToCompany"); print ''; }