Fixing style errors.

This commit is contained in:
stickler-ci 2020-08-08 11:05:19 +00:00
parent 5291746252
commit d3cb704a0e

View File

@ -546,8 +546,7 @@ while ($i < min($num, $limit))
if ($totalarray['nbfield']==""){
print '<td colspan="9" style="font-weight:bold; border-bottom: 1pt solid black;">';
}
else
{
else {
print '<td colspan="'.$totalarray['nbfield'].'" style="font-weight:bold; border-bottom: 1pt solid black;">';
}
if ($line->numero_compte != "" && $line->numero_compte != '-1') print length_accountg($line->numero_compte).' : '.$object->get_compte_desc($line->numero_compte);