From 4252bd0bb10848b54c1f061882a72f2466e9fa93 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Fri, 21 May 2021 20:46:51 +0100 Subject: [PATCH] For some reason report helper is not available on this view now, so we call Spree::Money directly --- app/views/spree/admin/orders/bulk_management.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spree/admin/orders/bulk_management.html.haml b/app/views/spree/admin/orders/bulk_management.html.haml index e18aaf6ab3..ecbcc83c37 100644 --- a/app/views/spree/admin/orders/bulk_management.html.haml +++ b/app/views/spree/admin/orders/bulk_management.html.haml @@ -152,7 +152,7 @@ %th.final_weight_volume{ 'ng-show' => 'columns.final_weight_volume.visible' } = t("admin.orders.bulk_management.weight_volume") %th.price{ 'ng-show' => 'columns.price.visible' } - = "#{t('admin.price')} (#{currency_symbol})" + = "#{t('admin.price')} (#{Spree::Money.currency_symbol})" %th.actions %th.actions = t("admin.orders.bulk_management.ask")