Invoice Issue Fixed

This commit is contained in:
Devansh 2021-12-17 12:04:58 +05:30
parent 2be1c868be
commit 53a3937913
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@
<td>{{ __('shop::app.customer.account.order.view.discount') }}
<span class="dash-icon">-</span>
</td>
<td>{{ core()->formatPrice($order->discount_amount, $order->order_currency_code) }}</td>
<td>{{ core()->formatPrice($invoice->discount_amount, $order->order_currency_code) }}</td>
</tr>
@endif