Merge pull request #12212 from frederic34/patch-3

Update adherent.class.php
This commit is contained in:
Laurent Destailleur 2019-10-30 03:16:46 +01:00 committed by GitHub
commit 811a30c9c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2180,6 +2180,10 @@ class Adherent extends CommonObject
global $langs;
$langs->load("members");
$statusType = '';
$labelstatut = '';
$labelstatutShort = '';
if ($statut == -1)
{
$statusType = 'status0';