Fix tab and lang

This commit is contained in:
ptibogxiv 2019-08-27 13:32:55 +02:00 committed by GitHub
parent 1dccd27b8f
commit 1b64c89c2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -719,7 +719,7 @@ if ($invoice->socid != $conf->global->{'CASHDESK_ID_THIRDPARTY'.$_SESSION["takep
print '<br>'.$langs->trans("Type").': '.$adh->type;
if ($adh->datefin)
{
print dol_print_date($adh->datefin, 'day');
print '<br>'.$langs->trans("SubscriptionEndDate").': '.dol_print_date($adh->datefin, 'day');
if ($adh->hasDelay()) {
print " ".img_warning($langs->trans("Late"));
}