Merge pull request #12212 from frederic34/patch-3
Update adherent.class.php
This commit is contained in:
commit
811a30c9c2
@ -2180,6 +2180,10 @@ class Adherent extends CommonObject
|
||||
global $langs;
|
||||
$langs->load("members");
|
||||
|
||||
$statusType = '';
|
||||
$labelstatut = '';
|
||||
$labelstatutShort = '';
|
||||
|
||||
if ($statut == -1)
|
||||
{
|
||||
$statusType = 'status0';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user