Update adherent.class.php

This commit is contained in:
Frédéric FRANCE 2019-10-24 16:35:48 +02:00 committed by GitHub
parent 1c1334effe
commit 833e761633
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';