From 53a393791351b66d16d1ea689f7301c6d7059b32 Mon Sep 17 00:00:00 2001 From: Devansh Date: Fri, 17 Dec 2021 12:04:58 +0530 Subject: [PATCH] Invoice Issue Fixed --- .../views/shop/customers/account/orders/view.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/orders/view.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/orders/view.blade.php index 6000797e9..5f3bdaae6 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/orders/view.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/orders/view.blade.php @@ -311,7 +311,7 @@ {{ __('shop::app.customer.account.order.view.discount') }} - - {{ core()->formatPrice($order->discount_amount, $order->order_currency_code) }} + {{ core()->formatPrice($invoice->discount_amount, $order->order_currency_code) }} @endif