Merge branch 'dev' into renaming
This commit is contained in:
commit
07ed83f99f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
module EtablissementHelper
|
||||
def pretty_currency(capital_social)
|
||||
number_to_currency(capital_social, delimiter: ' ', unit: '€', format: '%n %u')
|
||||
number_to_currency(capital_social, locale: :fr)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue