diff --git a/htdocs/adherents/type.php b/htdocs/adherents/type.php index 4c4bf6e2637..c1ce5c2c294 100644 --- a/htdocs/adherents/type.php +++ b/htdocs/adherents/type.php @@ -444,7 +444,12 @@ if ($rowid > 0) } // Add - print '
'; + if ( $user->rights->adherent->configurer && !empty($object->statut) ) + { + print ''; + } else { + print ''; + } // Delete if ($user->rights->adherent->configurer)