From eb9d4dbfab04d9777424fc92712d16022a765003 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 20 Mar 2008 22:02:24 +0000 Subject: [PATCH] New: Can choose third party on contact creation when form called from direct menu. --- htdocs/contact/fiche.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ''; }