Commit 5dc512ec1b2aaa69a1de9a28e668c7778b7e33e7
Exists in
master
and in
27 other branches
Merge branch 'currency-iso-unit' into 'master'
Add iso currency unit See merge request !384
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/models/environment.rb
@@ -273,6 +273,7 @@ class Environment < ActiveRecord::Base | @@ -273,6 +273,7 @@ class Environment < ActiveRecord::Base | ||
273 | settings_items :help_message_to_add_enterprise, :type => String, :default => '' | 273 | settings_items :help_message_to_add_enterprise, :type => String, :default => '' |
274 | settings_items :tip_message_enterprise_activation_question, :type => String, :default => '' | 274 | settings_items :tip_message_enterprise_activation_question, :type => String, :default => '' |
275 | 275 | ||
276 | + settings_items :currency_iso_unit, :type => String, :default => 'USD' | ||
276 | settings_items :currency_unit, :type => String, :default => '$' | 277 | settings_items :currency_unit, :type => String, :default => '$' |
277 | settings_items :currency_separator, :type => String, :default => '.' | 278 | settings_items :currency_separator, :type => String, :default => '.' |
278 | settings_items :currency_delimiter, :type => String, :default => ',' | 279 | settings_items :currency_delimiter, :type => String, :default => ',' |