FIX contact default list with adding job/function
as my last commit it's same contact but différent job / function. More clear for choosing right contact in the list (PR from my dolibarr's customer)
This commit is contained in:
parent
b526f7da43
commit
70d9d3ab4c
@ -1645,7 +1645,7 @@ if ($action == 'create' && $user->rights->commande->creer)
|
||||
// Contact of order
|
||||
if ($socid > 0) {
|
||||
print "<tr><td>" . $langs->trans("DefaultContact") . '</td><td>';
|
||||
$form->select_contacts($soc->id, $setcontact, 'contactid', 1, $srccontactslist);
|
||||
$form->select_contacts($soc->id, $setcontact, 'contactid', 1, $srccontactslist, '', 1);
|
||||
print '</td></tr>';
|
||||
|
||||
// Ligne info remises tiers
|
||||
|
||||
Loading…
Reference in New Issue
Block a user