diff --git a/htdocs/user/fiche.php b/htdocs/user/fiche.php index 711dad7b3bfc834bd74f011dac2fb618657d882a..1cd53040d17e4c5229d9492d12f517ca804ae678 100644 --- a/htdocs/user/fiche.php +++ b/htdocs/user/fiche.php @@ -1377,7 +1377,7 @@ else else { print '<td>'; - if ($user->admin && (empty($conf->global->MAIN_MODULE_MULTICOMPANY) || $fuser->entity!=0)) // On peut modifier le statut admin + if ($user->admin && $fuser->entity!=0) // On ne doit pas rétrograder le superadmin { print $form->selectyesno('admin',$fuser->admin,1); }