[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
Thu Jan 7 23:54:57 CET 2021


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

--- Comment #27 from David Cook <dcook at prosentient.com.au> ---
(In reply to Martin Renvoize from comment #26)
> I'm tempted to come full circle and go back to using our DB to store just a
> relevant set of combinations.. perhaps populating it initially with a subset
> of the CLDR data which takes into account region + currency.
> 

Might be preferable to adding an unsupported dependency or an overkill
dependency.

> Right now, I'm working on the maths side over at
> https://gitlab.com/mrenvoize/Koha/-/merge_requests/2, though I'm about to
> rip out Data::Money as a dependency.. in fixing that module I decided it
> would be easier to just replicate the bits we need within our codebase
> rather than pulling it in as a dependency and trying to disable the bit we
> don't want (the formatting)

Makes sense to me. While I like offloading maintenance onto third-party
dependencies, sometimes it's easier to just implement the code ourselves
instead of dealing with problematic dependencies.

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


More information about the Koha-bugs mailing list