Merge pull request #11765 from ptibogxiv/patch-248

Fix tab and lang
This commit is contained in:
Laurent Destailleur
2019-08-27 13:57:41 +02:00
committed by GitHub

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"));
}