From 833e76163336590f4bdf83621360f742a1b2cc6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 24 Oct 2019 16:35:48 +0200 Subject: [PATCH] Update adherent.class.php --- htdocs/adherents/class/adherent.class.php | 4 ++++ 1 file changed, 4 insertions(+) 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';