Skip to content

Commit d50b470

Browse files
committed
MAGETWO-60511: Wrong refund sum displayed in Orders grid when display and base currency are different
1 parent 48bc84b commit d50b470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/view/adminhtml/ui_component/sales_order_grid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
</item>
323323
</argument>
324324
</column>
325-
<column name="total_refunded" class="Magento\Sales\Ui\Component\Listing\Column\Price">
325+
<column name="total_refunded" class="Magento\Sales\Ui\Component\Listing\Column\PurchasedPrice">
326326
<argument name="data" xsi:type="array">
327327
<item name="config" xsi:type="array">
328328
<item name="filter" xsi:type="string">textRange</item>

0 commit comments

Comments
 (0)