fixed tax report

This commit is contained in:
denisdulici
2018-05-02 22:33:28 +03:00
parent 654bd509bd
commit 7beb5a7fad
6 changed files with 57 additions and 41 deletions

View File

@ -115,7 +115,7 @@
@foreach ($invoice->totals as $total)
@if ($total->code != 'total')
<tr>
<th>{{ trans($total->name) }}:</th>
<th>{{ trans($total->title) }}:</th>
<td class="text-right">@money($total->amount, $invoice->currency_code, true)</td>
</tr>
@else

View File

@ -134,7 +134,7 @@
@foreach ($invoice->totals as $total)
@if ($total->code != 'total')
<tr>
<th>{{ trans($total->name) }}:</th>
<th>{{ trans($total->title) }}:</th>
<td class="text-right">@money($total->amount, $invoice->currency_code, true)</td>
</tr>
@else