[Koha-bugs] [Bug 20352] Add ability of currency/price to have a symbol after amount

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 1 09:49:53 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20352

--- Comment #18 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
I think for client-side formatting we should use the native JS function
(Intl.NumberFormat):
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat

For template side, we should try to replicate what the above does via a TT
plugin.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list