diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php index 65bc1831f20..63a691af0ee 100644 --- a/htdocs/comm/propal/card.php +++ b/htdocs/comm/propal/card.php @@ -1411,9 +1411,9 @@ if ($action == 'create') } print '' . "\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 "" . $langs->trans("DefaultContact") . ''; $form->select_contacts($soc->id, $contactid, 'contactid', 1, $srccontactslist); print '';