Fixing style errors.

This commit is contained in:
stickler-ci 2020-08-26 09:46:49 +00:00
parent 66cdb1dad0
commit 32ecf4dd9a

View File

@ -821,7 +821,7 @@ $( document ).ready(function() {
if (empty($adh->statut)) {
$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()) {