invoice changes

This commit is contained in:
2021-08-01 23:40:27 -05:00
parent 68560e4e35
commit 1196abb0a0
2 changed files with 4 additions and 4 deletions

View File

@@ -50,8 +50,8 @@
<td>{{ $moon['observer_name'] }}</td>
<td>{{ $moon['ore_name'] }}</td>
<td>{{ $moon['quantity'] }}</td>
<td>{{ number_format($moon['amount'], 2, ".", ",") }}</td>
<td>{{ $moon['tax_amount'] }}</td>
<td>{{ number_format($moon['amount'], 2, ".", ",") }} ISK</td>
<td>{{ number_format($moon['tax_amount'], 2, ".", ",") }} ISK</td>
</tr>
@endforeach
</tbody>

View File

@@ -49,8 +49,8 @@
<td>{{ $moon['observer_name'] }}</td>
<td>{{ $moon['ore_name'] }}</td>
<td>{{ $moon['quantity'] }}</td>
<td>{{ number_format($moon['amount'], 2, ".", ",") }}</td>
<td>{{ $moon['tax_amount'] }}</td>
<td>{{ number_format($moon['amount'], 2, ".", ",") }} ISK</td>
<td>{{ number_format($moon['tax_amount'], 2, ".", ",") }} ISK</td>
</tr>
@endforeach
</tbody>