Skip to content

Commit

Permalink
Forgotten style
Browse files Browse the repository at this point in the history
  • Loading branch information
Batuhan Baş committed Feb 13, 2019
1 parent c073248 commit 5b01ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/customers/invoices/invoice.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5b01ef2

Please sign in to comment.