This commit is contained in:
jitendra 2019-09-23 12:50:40 +05:30
parent 80cdd1826b
commit 1bee8c0dde
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@
<tr>
<td>#{{ $refund->id }}</td>
<td>{{ $refund->created_at }}</td>
<td>#{{ $refund->order->id }}</td>
<td>#{{ $refund->order->increment_id }}</td>
<td>{{ $refund->order->customer_full_name }}</td>
<td>{{ __('admin::app.sales.refunds.refunded') }}</td>
<td>{{ core()->formatBasePrice($refund->base_grand_total) }}</td>