Skip to content

Commit eb422d2

Browse files
magpieuktvdeyen
authored andcommitted
Update component.rb
Admin order index page doesn't reflect the stores currency.
1 parent 08207da commit eb422d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/app/components/solidus_admin/orders/index/component.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def total_column
153153
{
154154
header: :total,
155155
data: ->(order) do
156-
content_tag :div, number_to_currency(order.total)
156+
content_tag :div, order.display_total
157157
end
158158
}
159159
end

0 commit comments

Comments
 (0)