Commit 65e1f54919a82e5508435a8baf6f7052ee90d3d7
Committed by
Braulio Bhavamitra
1 parent
1843b53f
Exists in
master
and in
27 other branches
Add iso currency unit
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/models/environment.rb
... | ... | @@ -267,6 +267,7 @@ class Environment < ActiveRecord::Base |
267 | 267 | settings_items :help_message_to_add_enterprise, :type => String, :default => '' |
268 | 268 | settings_items :tip_message_enterprise_activation_question, :type => String, :default => '' |
269 | 269 | |
270 | + settings_items :currency_iso_unit, :type => String, :default => 'USD' | |
270 | 271 | settings_items :currency_unit, :type => String, :default => '$' |
271 | 272 | settings_items :currency_separator, :type => String, :default => '.' |
272 | 273 | settings_items :currency_delimiter, :type => String, :default => ',' | ... | ... |