Update adherent.class.php

This commit is contained in:
Laurent Destailleur 2021-03-29 17:38:37 +02:00 committed by GitHub
parent 8a43d65476
commit cdc1ae6f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2280,7 +2280,7 @@ class Adherent extends CommonObject
$labelStatus = $langs->trans("MemberStatusResiliated");
$labelStatusShort = $langs->trans("MemberStatusResiliatedShort");
} elseif ($status == -2) {
$statusType = 'status8';
$statusType = 'status10';
$labelStatus = $langs->trans("MemberStatusExcluded");
$labelStatusShort = $langs->trans("MemberStatusExcludedShort");
}