Merge pull request #1922 from rahulshukla-webkul/development
Issue 1802.
This commit is contained in:
commit
619b922ba4
|
|
@ -274,7 +274,7 @@
|
||||||
{{ __('admin::app.dashboard.order-count', ['count' => $item->total_orders]) }}
|
{{ __('admin::app.dashboard.order-count', ['count' => $item->total_orders]) }}
|
||||||
.
|
.
|
||||||
{{ __('admin::app.dashboard.revenue', [
|
{{ __('admin::app.dashboard.revenue', [
|
||||||
'total' => core()->formatBasePrice($item->total_base_grand_total_invoiced)
|
'total' => core()->formatBasePrice($item->total_base_grand_total)
|
||||||
])
|
])
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -300,6 +300,7 @@
|
||||||
this_this.current_step = this_this.step_numbers[response.data.jump_to_section];
|
this_this.current_step = this_this.step_numbers[response.data.jump_to_section];
|
||||||
|
|
||||||
shippingMethods = response.data.shippingMethods;
|
shippingMethods = response.data.shippingMethods;
|
||||||
|
paymentMethods = response.data.paymentMethods;
|
||||||
|
|
||||||
this_this.getOrderSummary();
|
this_this.getOrderSummary();
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue