diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
index edd2607a11c..65bc1831f20 100644
--- a/htdocs/comm/propal/card.php
+++ b/htdocs/comm/propal/card.php
@@ -1417,10 +1417,7 @@ if ($action == 'create')
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)
|