Forgotten style

This commit is contained in:
Batuhan Baş 2019-02-13 13:21:53 +03:00
parent c073248ec5
commit 5b01ef2b08

View File

@ -89,8 +89,8 @@
@endif
</td>
<td class="text-center">{{ $item->quantity }}</td>
<td class="text-right">@money($item->price, $invoice->currency_code, true)</td>
<td class="text-right">@money($item->total, $invoice->currency_code, true)</td>
<td class="style-price text-right">@money($item->price, $invoice->currency_code, true)</td>
<td class="style-price text-right">@money($item->total, $invoice->currency_code, true)</td>
</tr>
@endforeach
</tbody>