diff --git a/htdocs/compta/sociales/charges.php b/htdocs/compta/sociales/charges.php
index a7a9e76a78b..251bd6f7f6a 100644
--- a/htdocs/compta/sociales/charges.php
+++ b/htdocs/compta/sociales/charges.php
@@ -483,7 +483,7 @@ if ($id > 0)
print "
\n";
// Edit
- if ($user->rights->tax->charges->creer)
+ if ($object->paye == 0 && $user->rights->tax->charges->creer)
{
print "
id&action=edit\">".$langs->trans("Modify")."";
}
@@ -517,7 +517,7 @@ if ($id > 0)
}
else
{
- /* Charge non trouv� */
+ /* Social contribution not found */
dol_print_error('',$object->error);
}
}