img_picto for excluded should be status8

This commit is contained in:
daraelmin 2021-03-13 21:10:47 +01:00 committed by GitHub
parent 64c347edfa
commit 47f7ee09cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");
}