Fixing style errors.

This commit is contained in:
stickler-ci 2019-10-02 22:35:09 +00:00
parent 9daffcbe07
commit 09b423d14d

View File

@ -1675,12 +1675,12 @@ else
if ($object->need_subscription == 0)
{
print $langs->trans("SubscriptionNotNeeded");
}
}
elseif (! $adht->subscription)
{
print $langs->trans("SubscriptionNotRecorded");
if ($object->statut > 0) print " ".img_warning($langs->trans("Late")); // displays delay Pictogram only if not a draft and not terminated
}
}
else
{
print $langs->trans("SubscriptionNotReceived");