New: Can choose third party on contact creation when form called from direct menu.
This commit is contained in:
parent
147d256a0f
commit
eb9d4dbfab
@ -279,8 +279,9 @@ if ($user->rights->societe->contact->creer)
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
print '<tr><td>'.$langs->trans("Company").'</td><td colspan="3">';
|
print '<tr><td>'.$langs->trans("Company").'</td><td colspan="3">';
|
||||||
|
print $form->select_societes('','socid','',1);
|
||||||
//print $form->select_societes('','socid','');
|
//print $form->select_societes('','socid','');
|
||||||
print $langs->trans("ContactNotLinkedToCompany");
|
//print $langs->trans("ContactNotLinkedToCompany");
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user