Display etablissement information for siret champ

This commit is contained in:
Paul Chavard 2018-04-05 18:54:33 +02:00
parent 4c6eeb1fbd
commit 408feaa52e
10 changed files with 108 additions and 65 deletions

View file

@ -0,0 +1,5 @@
module EtablissementHelper
def pretty_currency(capital_social)
number_to_currency(capital_social, delimiter: ' ', unit: '€', format: '%n %u')
end
end