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

            Bug ID: 24278
           Summary: Replace Locale::Currency::Format because it's buggy
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Notices
          Assignee: koha-bugs@lists.koha-community.org
          Reporter: katrin.fisc...@bsz-bw.de
        QA Contact: testo...@bugs.koha-community.org

Locale::Currency::Format is used to format the overdue fine printed using
items.fines in the overdue notices. I am not sure if it's used in other places.

The module has not seen a new version in a longer while and is buggy for some
currencies:

COP (Colombian peso) - wrong currency symbol
RSD (Serbian dinar) - wrong currency symbol
TYR (Turkey) - amounts are rounded and printed without decimals

What we do at the moment is adding "wrong" codes for those so the formatting is
avoided... but when you want to use acq etc this could be a bigger issue.

Maybe we shoudl replace the module by enabling the use of the price filter in
all notices if not the case yet and treat the existing placeholder items.fine
as if the price filter was used?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to