From 5b01ef2b08a24388b6f3626d4101652cefee6b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Ba=C5=9F?= Date: Wed, 13 Feb 2019 13:21:53 +0300 Subject: [PATCH] Forgotten style --- resources/views/customers/invoices/invoice.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/customers/invoices/invoice.blade.php b/resources/views/customers/invoices/invoice.blade.php index 8bfaaeae5..c69642379 100644 --- a/resources/views/customers/invoices/invoice.blade.php +++ b/resources/views/customers/invoices/invoice.blade.php @@ -89,8 +89,8 @@ @endif {{ $item->quantity }} - @money($item->price, $invoice->currency_code, true) - @money($item->total, $invoice->currency_code, true) + @money($item->price, $invoice->currency_code, true) + @money($item->total, $invoice->currency_code, true) @endforeach