Fix missing br

This commit is contained in:
Laurent Destailleur 2019-10-09 18:15:59 +02:00
parent 072a0a26d6
commit ec1acf710c

View File

@ -765,7 +765,7 @@ if ($invoice->socid != $conf->global->{'CASHDESK_ID_THIRDPARTY'.$_SESSION["takep
} }
else else
{ {
print $langs->trans("SubscriptionNotReceived"); print '<br>'.$langs->trans("SubscriptionNotReceived");
if ($adh->statut > 0) print " ".img_warning($langs->trans("Late")); // displays delay Pictogram only if not a draft and not terminated if ($adh->statut > 0) print " ".img_warning($langs->trans("Late")); // displays delay Pictogram only if not a draft and not terminated
} }
} }