diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php index e30b82aee5f..8f546b3d3c2 100644 --- a/htdocs/adherents/class/adherent.class.php +++ b/htdocs/adherents/class/adherent.class.php @@ -2180,6 +2180,10 @@ class Adherent extends CommonObject global $langs; $langs->load("members"); + $statusType = ''; + $labelstatut = ''; + $labelstatutShort = ''; + if ($statut == -1) { $statusType = 'status0';