Update adherent.class.php
This commit is contained in:
parent
1c1334effe
commit
833e761633
@ -2180,6 +2180,10 @@ class Adherent extends CommonObject
|
|||||||
global $langs;
|
global $langs;
|
||||||
$langs->load("members");
|
$langs->load("members");
|
||||||
|
|
||||||
|
$statusType = '';
|
||||||
|
$labelstatut = '';
|
||||||
|
$labelstatutShort = '';
|
||||||
|
|
||||||
if ($statut == -1)
|
if ($statut == -1)
|
||||||
{
|
{
|
||||||
$statusType = 'status0';
|
$statusType = 'status0';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user