From dd8e7d657f32b82f0d1a231558ab46b98253f7fe Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 4 Jan 2018 23:57:45 +0100 Subject: [PATCH] Update card.php --- htdocs/comm/propal/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '';