Update invoice.php

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

View File

@ -818,7 +818,7 @@ $( document ).ready(function() {
$adh->ref = $adh->getFullName($langs);
$s .= $adh->getFullName($langs);
$s .= ' - '.$adh->type;
if (empty($adh->statut)) {
if (empty($adh->statut) && $adh->datefin) {
$s .= '<br>'.$langs->trans("MemberStatusResiliated");
}
elseif ($adh->datefin)