Skip to content

Commit 5e1c083

Browse files
committed
MAGETWO-52829: [Github] Sales Order Totals Base grandtotal #4323
1 parent fc9cb7e commit 5e1c083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Block/Order/Totals.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ protected function _initTotals()
164164
$this->_totals['base_grandtotal'] = new \Magento\Framework\DataObject(
165165
[
166166
'code' => 'base_grandtotal',
167-
'value' => $this->getOrder()->formatPrice($source->getGrandTotal()),
167+
'value' => $this->getOrder()->formatBasePrice($source->getBaseGrandTotal()),
168168
'label' => __('Grand Total to be Charged'),
169169
'is_formated' => true,
170170
]

0 commit comments

Comments
 (0)