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->accountancy_journal = $accountingjournal->getNomUrl(0, 1, 1, '', 1);
|
||||||
}
|
}
|
||||||
$accountstatic->label = $obj->blabel;
|
$accountstatic->label = $obj->blabel;
|
||||||
if($accountstatic->id > 0) print $accountstatic->getNomUrl(1);
|
if ($accountstatic->id > 0) print $accountstatic->getNomUrl(1);
|
||||||
} else print ' ';
|
} else print ' ';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
if (!$i) $totalarray['nbfield']++;
|
if (!$i) $totalarray['nbfield']++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user