Update card.php

This commit is contained in:
Laurent Destailleur 2018-01-04 23:57:45 +01:00 committed by GitHub
parent aaff13a984
commit dd8e7d657f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1411,9 +1411,9 @@ if ($action == 'create')
}
print '</tr>' . "\n";
// Contacts (ask contact only if thirdparty already defined). TODO do this also into order and invoice.
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>';
$form->select_contacts($soc->id, $contactid, 'contactid', 1, $srccontactslist);
print '</td></tr>';