Fixing style errors.

This commit is contained in:
stickler-ci 2020-08-26 10:22:33 +00:00
parent 989130c0ad
commit eecab28203

View File

@ -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()) {