New: Can choose third party on contact creation when form called from direct menu.

This commit is contained in:
Laurent Destailleur 2008-03-20 22:02:24 +00:00
parent 147d256a0f
commit eb9d4dbfab

View File

@ -279,8 +279,9 @@ if ($user->rights->societe->contact->creer)
}
else {
print '<tr><td>'.$langs->trans("Company").'</td><td colspan="3">';
print $form->select_societes('','socid','',1);
//print $form->select_societes('','socid','');
print $langs->trans("ContactNotLinkedToCompany");
//print $langs->trans("ContactNotLinkedToCompany");
print '</td></tr>';
}