diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php
index e3129b319ce..b06a6c253c3 100644
--- a/htdocs/comm/fiche.php
+++ b/htdocs/comm/fiche.php
@@ -229,7 +229,10 @@ if ($_socid > 0)
print "";
print "
| ".$langs->trans("Type")." | $objsoc->typent | Effectif | $objsoc->effectif |
";
- print '| '.$langs->trans("CustomerDiscount").' | '.$objsoc->remise_client." % |
";
+ print '| ';
+ print img_edit("Modifier la remise");
+ print "";
+ print $langs->trans("CustomerDiscount").' | '.$objsoc->remise_client." % |
";
print "";