From 47f7ee09cf9cc68e8495d6385e04c83dc80885e4 Mon Sep 17 00:00:00 2001 From: daraelmin Date: Sat, 13 Mar 2021 21:10:47 +0100 Subject: [PATCH] img_picto for excluded should be status8 --- htdocs/adherents/class/adherent.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php index ca9c1ff5c93..4e24deed2cc 100644 --- a/htdocs/adherents/class/adherent.class.php +++ b/htdocs/adherents/class/adherent.class.php @@ -2276,7 +2276,7 @@ class Adherent extends CommonObject $labelStatus = $langs->trans("MemberStatusResiliated"); $labelStatusShort = $langs->trans("MemberStatusResiliatedShort"); } elseif ($status == -2) { - $statusType = 'status7'; + $statusType = 'status8'; $labelStatus = $langs->trans("MemberStatusExcluded"); $labelStatusShort = $langs->trans("MemberStatusExcludedShort"); }