diff --git a/app/views/admin/billing/prices/_price.html.erb b/app/views/admin/billing/prices/_price.html.erb index 50837bbe8..df5de4391 100644 --- a/app/views/admin/billing/prices/_price.html.erb +++ b/app/views/admin/billing/prices/_price.html.erb @@ -2,7 +2,7 @@ <%= price.zone_name %> <%= price.duration.sub('mons', 'months') %> <%= price.operation_category %> - <%= currency(price.price) %> + <%= number_to_currency price.price %> <%= l price.valid_from, format: :date %> <%= l price.valid_to, format: :date %>