Skip to content

Commit

Permalink
Show currently selected currency in general_settings/edit
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Sep 4, 2012
1 parent 1a9b25c commit a46455a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/app/helpers/spree/admin/general_settings_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def currency_options
iso = details[:iso_code]
[iso, "#{details[:name]} (#{iso})"]
end
options_from_collection_for_select(currencies, :first, :last)
options_from_collection_for_select(currencies, :first, :last, Spree::Config[:currency])
end
end
end
Expand Down

0 comments on commit a46455a

Please sign in to comment.