noosfero | 2 new commits pushed to repository

Bráulio Bhavamitra gitlab at gitlab.com
Mon Feb 23 16:43:09 BRT 2015


Bráulio Bhavamitra pushed to refs/heads/master at <a href="https://gitlab.com/noosfero/noosfero">Noosfero / noosfero</a>

Commits:
<a href="https://gitlab.com/noosfero/noosfero/commit/65e1f54919a82e5508435a8baf6f7052ee90d3d7">65e1f549</a> by Braulio Bhavamitra
Add iso currency unit

- - - - -
<a href="https://gitlab.com/noosfero/noosfero/commit/5dc512ec1b2aaa69a1de9a28e668c7778b7e33e7">5dc512ec</a> by Bráulio Bhavamitra
Merge branch 'currency-iso-unit' into 'master'

Add iso currency unit

See merge request !384

- - - - -


Changes:

=====================================
app/models/environment.rb
=====================================
--- a/app/models/environment.rb
+++ b/app/models/environment.rb
@@ -273,6 +273,7 @@ class Environment < ActiveRecord::Base
   settings_items :help_message_to_add_enterprise, :type => String, :default => ''
   settings_items :tip_message_enterprise_activation_question, :type => String, :default => ''
 
+  settings_items :currency_iso_unit, :type => String, :default => 'USD'
   settings_items :currency_unit, :type => String, :default => '$'
   settings_items :currency_separator, :type => String, :default => '.'
   settings_items :currency_delimiter, :type => String, :default => ','

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150223/216c315f/attachment-0001.html>


More information about the Noosfero-dev mailing list