Update card.php
This commit is contained in:
parent
aaff13a984
commit
dd8e7d657f
@ -1411,9 +1411,9 @@ if ($action == 'create')
|
|||||||
}
|
}
|
||||||
print '</tr>' . "\n";
|
print '</tr>' . "\n";
|
||||||
|
|
||||||
// Contacts (ask contact only if thirdparty already defined). TODO do this also into order and invoice.
|
|
||||||
if ($socid > 0)
|
if ($socid > 0)
|
||||||
{
|
{
|
||||||
|
// Contacts (ask contact only if thirdparty already defined). TODO do this also into order and invoice.
|
||||||
print "<tr><td>" . $langs->trans("DefaultContact") . '</td><td>';
|
print "<tr><td>" . $langs->trans("DefaultContact") . '</td><td>';
|
||||||
$form->select_contacts($soc->id, $contactid, 'contactid', 1, $srccontactslist);
|
$form->select_contacts($soc->id, $contactid, 'contactid', 1, $srccontactslist);
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user