Fixing style errors.
This commit is contained in:
parent
989130c0ad
commit
eecab28203
@ -821,7 +821,7 @@ $( document ).ready(function() {
|
||||
if (empty($adh->statut) && $adh->datefin) {
|
||||
$s .= '<br>'.$langs->trans("MemberStatusResiliated");
|
||||
}
|
||||
else if ($adh->datefin)
|
||||
elseif ($adh->datefin)
|
||||
{
|
||||
$s .= '<br>'.$langs->trans("SubscriptionEndDate").': '.dol_print_date($adh->datefin, 'day');
|
||||
if ($adh->hasDelay()) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user