remove choose currency from admin general settings

This commit is contained in:
Paulo Vilarinho
2020-12-29 15:41:32 -03:00
committed by Andy Brett
parent 97f1c586e1
commit 4839b7bd63

View File

@@ -59,10 +59,6 @@
= label_tag(key, Spree.t(key) + ': ') + tag(:br) if type != :boolean
= preference_field_tag(key, Spree::Config[key], :type => type)
= label_tag(key, Spree.t(key)) + tag(:br) if type == :boolean
.field
= label_tag :currency, Spree.t(:choose_currency)
%br/
= select_tag :currency, currency_options, :class => 'fullwidth'
.field
= label_tag Spree.t(:currency_symbol_position)
%br/