Fixing style errors.

This commit is contained in:
stickler-ci 2020-09-08 09:22:02 +00:00
parent bd96e0fe42
commit 413bb10913

View File

@ -512,8 +512,7 @@ if (!empty($conf->societe->enabled) && $user->rights->societe->lire)
{
StartSimpleTableHeader($langs->trans("BoxTitleLastModifiedProspects", min($max, $num)), "societe/list.php", "type=p,c", 1);
}
else
{
else {
StartSimpleTableHeader($langs->trans("BoxTitleLastModifiedCustomers", min($max, $num)), "societe/list.php", "type=p,c", 1);
}
@ -650,7 +649,7 @@ if (!empty($conf->contrat->enabled) && $user->rights->contrat->lire && 0) // TOD
if ($resql)
{
$num = $db->num_rows($resql);
if ($num > 0)
{
StartSimpleTableHeader($langs->trans("LastContracts", 5), "", "", 2);