Update invoice.php
This commit is contained in:
parent
76e276e8e8
commit
989130c0ad
@ -821,7 +821,7 @@ $( document ).ready(function() {
|
|||||||
if (empty($adh->statut) && $adh->datefin) {
|
if (empty($adh->statut) && $adh->datefin) {
|
||||||
$s .= '<br>'.$langs->trans("MemberStatusResiliated");
|
$s .= '<br>'.$langs->trans("MemberStatusResiliated");
|
||||||
}
|
}
|
||||||
elseif ($adh->datefin)
|
else if ($adh->datefin)
|
||||||
{
|
{
|
||||||
$s .= '<br>'.$langs->trans("SubscriptionEndDate").': '.dol_print_date($adh->datefin, 'day');
|
$s .= '<br>'.$langs->trans("SubscriptionEndDate").': '.dol_print_date($adh->datefin, 'day');
|
||||||
if ($adh->hasDelay()) {
|
if ($adh->hasDelay()) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user