Skip to content

Commit 11290c5

Browse files
committed
issue #18618 fixed
1 parent 1548cc2 commit 11290c5

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)