File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Sales/view/adminhtml/layout Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 70
70
<argument name =" column_css_class" xsi : type =" string" >col-status</argument >
71
71
</arguments >
72
72
</block >
73
- <block class =" Magento\Backend\Block\Widget\Grid\Column" as =" base_grand_total " >
73
+ <block class =" Magento\Backend\Block\Widget\Grid\Column" as =" grand_total " >
74
74
<arguments >
75
- <argument name =" id" xsi : type =" string" >base_grand_total </argument >
75
+ <argument name =" id" xsi : type =" string" >grand_total </argument >
76
76
<argument name =" header" xsi : type =" string" translate =" true" >Amount</argument >
77
77
<argument name =" type" xsi : type =" string" >currency</argument >
78
- <argument name =" currency" xsi : type =" string" >base_currency_code </argument >
79
- <argument name =" index" xsi : type =" string" >base_grand_total </argument >
78
+ <argument name =" currency" xsi : type =" string" >order_currency_code </argument >
79
+ <argument name =" index" xsi : type =" string" >grand_total </argument >
80
80
<argument name =" header_css_class" xsi : type =" string" >col-qty</argument >
81
81
<argument name =" column_css_class" xsi : type =" string" >col-qty</argument >
82
82
</arguments >
You can’t perform that action at this time.
0 commit comments