https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37511 Bug ID: 37511 Summary: Location of the currency symbol (before or *after*) the amount Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: januszop@gmail.com QA Contact: testopia@bugs.koha-community.org It is customary in non-English-speaking European countries to write the currency symbol after the amount and separated from it by a space (e.g. 123 €, 54 zł, 38 Kč). This custom should be taken into account in Koha::Number::Price::_format_params (by adding the p_cs_precedes parameter). This parameter could either be directly associated with the use of spaces (p_sep_by_space), or given as a separate data when configuring the currency. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.