Skip to content

Commit b6a4152

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-52829' into MPI-BUGFIXES
2 parents 25d8fbf + 5e1c083 commit b6a4152

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)