Merge pull request #11300 from ptibogxiv/patch-185
FIX contact default list with adding job/function
This commit is contained in:
commit
22d98c0ccb
@ -1645,7 +1645,7 @@ if ($action == 'create' && $user->rights->commande->creer)
|
|||||||
// Contact of order
|
// Contact of order
|
||||||
if ($socid > 0) {
|
if ($socid > 0) {
|
||||||
print "<tr><td>" . $langs->trans("DefaultContact") . '</td><td>';
|
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>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// Ligne info remises tiers
|
// Ligne info remises tiers
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user