Fix the thousand separator in order to copy/paste without space

This commit is contained in:
kara Diaby 2020-02-13 15:57:29 +01:00
parent cb952b3643
commit 9287188904
3 changed files with 12 additions and 1 deletions

View file

@ -35,7 +35,7 @@
- when TypeDeChamp.type_champs.fetch(:datetime)
= c.to_s
- when TypeDeChamp.type_champs.fetch(:number)
= number_with_delimiter(c.to_s)
= number_with_html_delimiter(c.to_s)
- else
= format_text_value(c.to_s)