Update invoice.php

This commit is contained in:
ptibogxiv 2020-08-26 12:20:49 +02:00 committed by GitHub
parent 76e276e8e8
commit 989130c0ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -821,7 +821,7 @@ $( document ).ready(function() {
if (empty($adh->statut) && $adh->datefin) {
$s .= '<br>'.$langs->trans("MemberStatusResiliated");
}
elseif ($adh->datefin)
else if ($adh->datefin)
{
$s .= '<br>'.$langs->trans("SubscriptionEndDate").': '.dol_print_date($adh->datefin, 'day');
if ($adh->hasDelay()) {