osrec/currencyFormatter.js

Wrong format MXN

Opened this issue · 0 comments

Hi,

The format of the MXN is wrong, I fix this by changing:

es_MX: { h: 'es' },

To:

es_MX: { p: '!#,##0.00', g: ',', d: '.' },

In all js files.

I hope this can help.

Thank you,