mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fixing style errors.
This commit is contained in:
parent
3259d70e72
commit
4903f92172
|
|
@ -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 ' ';
|
||||
print '</td>';
|
||||
if (!$i) $totalarray['nbfield']++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user