renuo/spree_sale_prices

Missing `supported_currencies` helper

Closed this issue · 3 comments

Hi!

When I visit the sales prices page in admin, get an error about supported_currencies not found:

NameError: undefined local variable or method `supported_currencies' for #<#<Class:0x00000009804ab8>:0x000000097e78f0>
  spree/base_helper.rb:161:in `method_missing'

Is there a dependency on spree_multi_currency?

Thx for the hint. I thought it would use Spree::CurrencyHelpers.supported_currencies but maybe my IDE was misleading me.

Update:
It is using Spree::CurrencyHelpers.supported_currencies but this method is from spree_multi_currency

Has been fixed for 2-4-stable and 3-0-stable

Thanks!!