]> git.koha-community.org Git - koha.git/commit
Bug 37511: Location of the currency symbol (before or *after*) the amount
authorJanusz Kaczmarek <januszop@gmail.com>
Tue, 1 Oct 2024 08:30:33 +0000 (08:30 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Wed, 30 Oct 2024 10:57:26 +0000 (11:57 +0100)
commitd0beea7f0be1d52c8346e62ed4c01e4435c7b6f3
tree92a0969cae654dcdbb32e775ee0bb933424fa59d
parent14de7e35a6d6e7f76657f7675ac20507887d3a43
Bug 37511: Location of the currency symbol (before or *after*) the amount

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 proper use the p_cs_precedes
parameter).

The correct display of the currency is particularly important when using
OPACShowSavings system preference.

Test plan:
==========
1. Enable OPACShowSavings, have some items with defined 'v - Cost,
   replacement price'.  Check out the items to a patron.
2. Log in to OPAC as the patron.  See the amount of 'total savings' on
   the main page.  Note that the currency symbol precedes the amount.
   There is no way to configure the position of the currency symbol.
3. Apply the patch ; updatedatabase.pl ; restart_all.
4. Go to  Administration > Currencies and exchange rates.  Modify the
   active currency unchecking the 'Currency symbol precedes value'
   checkbox.
5. Refresh the OPAC page.  See that the position of the currency symbol
   has been changed.

Sponsored-by: Ignatianum University in Cracow
Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Number/Price.pm
admin/currency.pl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt