Update card.php
This commit is contained in:
parent
fb4aea8223
commit
2c6656b2ad
@ -1603,7 +1603,7 @@ if ($action == 'create' && $usercancreate)
|
|||||||
// Contacts (ask contact only if thirdparty already defined).
|
// Contacts (ask contact only if thirdparty already defined).
|
||||||
print "<tr><td>".$langs->trans("DefaultContact").'</td><td>';
|
print "<tr><td>".$langs->trans("DefaultContact").'</td><td>';
|
||||||
print img_picto('', 'contact');
|
print img_picto('', 'contact');
|
||||||
$form->selectcontacts($soc->id, $contactid, 'contactid', 1, $srccontactslist, '', 1);
|
print $form->selectcontacts($soc->id, $contactid, '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