For some reason report helper is not available on this view now, so we call Spree::Money directly

This commit is contained in:
Luis Ramos
2021-05-21 20:46:51 +01:00
parent cb6e626193
commit 4252bd0bb1

View File

@@ -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")