Display etablissement information for siret champ
This commit is contained in:
parent
4c6eeb1fbd
commit
408feaa52e
10 changed files with 108 additions and 65 deletions
5
app/helpers/etablissement_helper.rb
Normal file
5
app/helpers/etablissement_helper.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
module EtablissementHelper
|
||||
def pretty_currency(capital_social)
|
||||
number_to_currency(capital_social, delimiter: ' ', unit: '€', format: '%n %u')
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue