diff --git a/htdocs/soc.php b/htdocs/soc.php
index ccaadda7bca..41e9558fb36 100644
--- a/htdocs/soc.php
+++ b/htdocs/soc.php
@@ -461,9 +461,9 @@ else
print ''.$langs->trans("AddContact").'';
- if ($user->rights->societe->creer)
+ if ($user->rights->societe->supprimer)
{
- print ''.$langs->trans("Delete").'';
+ print ''.$langs->trans("Delete").'';
}
print '';
}