Update card.php
This commit is contained in:
parent
2c6656b2ad
commit
aecb185c8d
@ -1561,7 +1561,7 @@ if ($action == 'create')
|
|||||||
// 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);
|
print $form->selectcontacts($soc->id, $contactid, 'contactid', 1, $srccontactslist);
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// Third party discounts info line
|
// Third party discounts info line
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user