File tree 2 files changed +2
-5
lines changed
Backend/Block/Widget/Grid/Column/Renderer 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,7 @@ public function __construct(
70
70
$ this ->_storeManager = $ storeManager ;
71
71
$ this ->_currencyLocator = $ currencyLocator ;
72
72
$ this ->_localeCurrency = $ localeCurrency ;
73
- $ defaultBaseCurrencyCode = $ this ->_scopeConfig ->getValue (
74
- \Magento \Directory \Model \Currency::XML_PATH_CURRENCY_BASE ,
75
- 'default '
76
- );
73
+ $ defaultBaseCurrencyCode = $ currencyLocator ->getDefaultCurrency ($ this ->_request );
77
74
$ this ->_defaultBaseCurrency = $ currencyFactory ->create ()->load ($ defaultBaseCurrencyCode );
78
75
}
79
76
Original file line number Diff line number Diff line change 669
669
<item name =" billing_address" xsi : type =" object" >BillingAddressAggregator</item >
670
670
<item name =" shipping_address" xsi : type =" object" >ShippingAddressAggregator</item >
671
671
<item name =" shipping_information" xsi : type =" string" >sales_order.shipping_description</item >
672
- <item name =" subtotal" xsi : type =" string" >sales_invoice .base_subtotal</item >
672
+ <item name =" subtotal" xsi : type =" string" >sales_order .base_subtotal</item >
673
673
<item name =" shipping_and_handling" xsi : type =" string" >sales_order.base_shipping_amount</item >
674
674
<item name =" base_grand_total" xsi : type =" string" >sales_invoice.base_grand_total</item >
675
675
<item name =" grand_total" xsi : type =" string" >sales_invoice.grand_total</item >
You can’t perform that action at this time.
0 commit comments