This commit is contained in:
rahul shukla 2019-12-19 17:42:12 +05:30
parent 370480572f
commit 642d99a63c
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@
{{ __('admin::app.dashboard.order-count', ['count' => $item->total_orders]) }}
 . 
{{ __('admin::app.dashboard.revenue', [
'total' => core()->formatBasePrice($item->total_base_grand_total_invoiced)
'total' => core()->formatBasePrice($item->total_base_grand_total)
])
}}
</div>