http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12310 Bug ID: 12310 Summary: Accept different monetary formats as input Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs@lists.koha-community.org Reporter: pasi.kallinen@pttk.fi QA Contact: testopia@bugs.koha-community.org CC: frederic@tamil.fr When a monetary amount is inputted by user, Koha only accepts it in the format "XX.XX", when in some countries the cent separator is a comma, not a full stop. Eg. when entering a manual invoice amount of "12,34" it is saved as "12.00" in the system. Should accept formats with full stop or comma as the cents separator, optionally prefixed or suffixed with a currency symbol. eg. "12.34", "$12.34", "12,34", "12,34 €", etc. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.