Issue #1792
This commit is contained in:
parent
370480572f
commit
642d99a63c
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue