Update invoice.php
This commit is contained in:
parent
32ecf4dd9a
commit
76e276e8e8
@ -818,7 +818,7 @@ $( document ).ready(function() {
|
|||||||
$adh->ref = $adh->getFullName($langs);
|
$adh->ref = $adh->getFullName($langs);
|
||||||
$s .= $adh->getFullName($langs);
|
$s .= $adh->getFullName($langs);
|
||||||
$s .= ' - '.$adh->type;
|
$s .= ' - '.$adh->type;
|
||||||
if (empty($adh->statut)) {
|
if (empty($adh->statut) && $adh->datefin) {
|
||||||
$s .= '<br>'.$langs->trans("MemberStatusResiliated");
|
$s .= '<br>'.$langs->trans("MemberStatusResiliated");
|
||||||
}
|
}
|
||||||
elseif ($adh->datefin)
|
elseif ($adh->datefin)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user