diff --git a/htdocs/compta/sociales/card.php b/htdocs/compta/sociales/card.php
index 1775aa3efb9..a900fe73d67 100644
--- a/htdocs/compta/sociales/card.php
+++ b/htdocs/compta/sociales/card.php
@@ -464,7 +464,7 @@ if ($id > 0)
// Employee
if($action != 'editfk_user') {
- $morehtmlref .= '
' . $form->editfieldkey("Employee", 'fk_user', $object->label, $object, $user->rights->tax->charges->creer, 'string', '', 0, 1);
+ $morehtmlref .= '
' . $form->editfieldkey("Employee", 'fk_user', $object->label, $object, $user->rights->tax->charges->creer, 'string', '', 0, 1);
if(!empty($object->fk_user)) {
$userstatic = new User($db);