Skip to content

Commit 152ae45

Browse files
author
Stanislav Idolov
authored
ENGCOM-3351: issue fixed -Wrong order total in customer information orders tab in admin panel #18650
2 parents 7c103d5 + 2767b78 commit 152ae45

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Customer/Block/Adminhtml/Edit/Tab

1 file changed

+2
-1
lines changed

app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/Orders.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ protected function _prepareColumns()
123123
'header' => __('Order Total'),
124124
'index' => 'grand_total',
125125
'type' => 'currency',
126-
'currency' => 'order_currency_code'
126+
'currency' => 'order_currency_code',
127+
'rate' => 1
127128
]
128129
);
129130

0 commit comments

Comments
 (0)