diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php index edd2607a11c..63a691af0ee 100644 --- a/htdocs/comm/propal/card.php +++ b/htdocs/comm/propal/card.php @@ -1411,16 +1411,13 @@ 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 ''; - } - if ($socid > 0) - { // Ligne info remises tiers print '' . $langs->trans('Discounts') . ''; if ($soc->remise_percent)