Fix cosmetic : align properly amount in widget invoice-customer-supplier
This commit is contained in:
parent
0029d787cd
commit
dfaf4c4076
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ foreach ($array as $item):
|
|||
<?=h($item['jr_comment'])?>
|
||||
<?=h($item['jr_date'])?>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="col-2" style="text-align: right">
|
||||
<?=nbm($item['jr_montant'],2)?>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue