Commit 04508b7fa3bdee2882d59b852680a9cb01d84d50
Exists in
master
and in
29 other branches
Merge remote-tracking branch 'origin/master'
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 | 273 | settings_items :help_message_to_add_enterprise, :type => String, :default => '' |
| 274 | 274 | settings_items :tip_message_enterprise_activation_question, :type => String, :default => '' |
| 275 | 275 | |
| 276 | + settings_items :currency_iso_unit, :type => String, :default => 'USD' | |
| 276 | 277 | settings_items :currency_unit, :type => String, :default => '$' |
| 277 | 278 | settings_items :currency_separator, :type => String, :default => '.' |
| 278 | 279 | settings_items :currency_delimiter, :type => String, :default => ',' | ... | ... |