money alignment is updated
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<td class="long-texts report-column">{{ $class->getTableRowList()[$id] }}</td>
|
||||
@foreach($items as $item)
|
||||
@php $row_total += $item; @endphp
|
||||
<td class="long-texts report-column">@money($item, setting('default.currency'), true)</td>
|
||||
<td class="long-texts report-column text-right">@money($item, setting('default.currency'), true)</td>
|
||||
@endforeach
|
||||
<td class="long-texts report-column">@money($row_total, setting('default.currency'), true)</td>
|
||||
<td class="long-texts report-column text-right">@money($row_total, setting('default.currency'), true)</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user