Summary: | Default active currencies for ru-RU and uk-UA are wrong | ||
---|---|---|---|
Product: | Koha | Reporter: | Galen Charlton <gmcharlt> |
Component: | Installation and upgrade (web-based installer) | Assignee: | Ella <ellawipatene> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | andrew, caroline.cyr-la-rose, david, ellawipatene, ethan.amohia, fridolin.somers, gmcharlt, victor |
Version: | Main | Keywords: | Academy |
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This fixes the currencies in the sample installer files for Russia (ru-RU; changes GRN -> UAH, default remains as RUB) and the Ukraine (uk-UA; changes GRN -> UAH).
|
Version(s) released in: |
21.05.00,20.11.03,20.05.09
|
Circulation function: | |||
Attachments: |
Bug 11996: Made RUB default currency for ru-RU
Bug 11996: (follow-up) Updating the uk-UA currency Bug 11996: (follow-up) Updating the uk-UA currency Bug 11996: Made RUB default currency for ru-RU Bug 11996: (follow-up) Updating the uk-UA currency |
Description
Galen Charlton
2014-03-25 15:08:51 UTC
Created attachment 84118 [details] [review] Bug 11996: Made RUB default currency for ru-RU Didn't know how to change the uk-UA default currency. Hi Ethan. I think the best course of action is to change the 'GRN line to ' UAH' in both files (installer/data/mysql/ru-RU/optional/sample_currency.sql and installer/data/mysql/uk-UA/optional/sample_currency.sql). GRN was the old currency, but is now RUB for Russia and UAH for the Ukraine. The symbol for UAH remains as грн For a list of currency codes see https://en.wikipedia.org/wiki/ISO_4217 and for the Ukraine see https://en.wikipedia.org/wiki/Ukrainian_hryvnia David (In reply to Ethan from comment #1) > Didn't know how to change the uk-UA default currency. The active column set to 1 in the sql will make it the default currency. For the uk-UA sample_currency.sql you don't need to do anything if you change the 'GRN' entry to 'UAH' as there is a '1' already in the column. Created attachment 115486 [details] [review] Bug 11996: (follow-up) Updating the uk-UA currency I have changed GRN to UAH in both installer/data/mysql/ru-RU/optional/sample_currency.sql and in installer/data/mysql/uk-UA/optional/sample_currency.sql Created attachment 115588 [details] [review] Bug 11996: (follow-up) Updating the uk-UA currency I have changed GRN to UAH in both installer/data/mysql/ru-RU/optional/sample_currency.sql and in installer/data/mysql/uk-UA/optional/sample_currency.sql Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Nice one, Ella! Created attachment 115607 [details] [review] Bug 11996: Made RUB default currency for ru-RU Didn't know how to change the uk-UA default currency. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Created attachment 115608 [details] [review] Bug 11996: (follow-up) Updating the uk-UA currency I have changed GRN to UAH in both installer/data/mysql/ru-RU/optional/sample_currency.sql and in installer/data/mysql/uk-UA/optional/sample_currency.sql Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Pushed to master for 21.05, thanks to everybody involved! Pushed to 20.11.x for 20.11.03 Pushed to 20.05.x for 20.05.09 Not backported to oldoldstable (19.11.x). Feel free to ask if it's needed. |