Fixing style errors.

This commit is contained in:
stickler-ci 2021-03-30 15:26:15 +00:00
parent 3259d70e72
commit 4903f92172

View File

@ -485,7 +485,7 @@ while ($i < ($limit ? min($num, $limit) : $num)) {
$accountstatic->accountancy_journal = $accountingjournal->getNomUrl(0, 1, 1, '', 1);
}
$accountstatic->label = $obj->blabel;
if($accountstatic->id > 0) print $accountstatic->getNomUrl(1);
if ($accountstatic->id > 0) print $accountstatic->getNomUrl(1);
} else print '&nbsp;';
print '</td>';
if (!$i) $totalarray['nbfield']++;