Summary: | Replace Locale::Currency::Format because it's buggy | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Notices | Assignee: | Martin Renvoize (ashimema) <martin.renvoize> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | martin.renvoize |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17138 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20352 |
||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | |||
Bug Blocks: | 20352 | ||
Attachments: |
Currency module test script
Module Test Script |
Description
Katrin Fischer
2019-12-19 16:16:31 UTC
TYR also has a wrong currency symbol. Hmm.. can we write some tests for this? I've looked this up in our ticket system, what we had happen for TYR was: - Wrong currency symbol (₤ instead of TL or ₺) - 1.40 would display as 1 (rounded, cutting off the decimals) Created attachment 107870 [details]
Currency module test script
A quick test script to show the various outputs of a couple of different currency modules.
Created attachment 114006 [details]
Module Test Script
|