We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9cb7e commit 5e1c083Copy full SHA for 5e1c083
app/code/Magento/Sales/Block/Order/Totals.php
@@ -164,7 +164,7 @@ protected function _initTotals()
164
$this->_totals['base_grandtotal'] = new \Magento\Framework\DataObject(
165
[
166
'code' => 'base_grandtotal',
167
- 'value' => $this->getOrder()->formatPrice($source->getGrandTotal()),
+ 'value' => $this->getOrder()->formatBasePrice($source->getBaseGrandTotal()),
168
'label' => __('Grand Total to be Charged'),
169
'is_formated' => true,
170
]
0 commit comments