Bugzilla – Attachment 115588 Details for
Bug 11996
Default active currencies for ru-RU and uk-UA are wrong
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11996: (follow-up) Updating the uk-UA currency
Bug-11996-follow-up-Updating-the-uk-UA-currency.patch (text/plain), 2.22 KB, created by
Katrin Fischer
on 2021-01-21 18:16:29 UTC
(
hide
)
Description:
Bug 11996: (follow-up) Updating the uk-UA currency
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-01-21 18:16:29 UTC
Size:
2.22 KB
patch
obsolete
>From 08b3ab8645a054bb02f56abb101a387fb7a0f942 Mon Sep 17 00:00:00 2001 >From: Ella Wipatene <ellawipatene@gmail.com> >Date: Thu, 21 Jan 2021 01:46:21 +0000 >Subject: [PATCH] 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> >--- > installer/data/mysql/ru-RU/optional/sample_currency.sql | 2 +- > installer/data/mysql/uk-UA/optional/sample_currency.sql | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/ru-RU/optional/sample_currency.sql b/installer/data/mysql/ru-RU/optional/sample_currency.sql >index 0d8890dda0..9f49d51a7d 100644 >--- a/installer/data/mysql/ru-RU/optional/sample_currency.sql >+++ b/installer/data/mysql/ru-RU/optional/sample_currency.sql >@@ -4,7 +4,7 @@ INSERT INTO `currency` (`currency`, `symbol`, `timestamp`, `rate`, active) VALUE > > INSERT INTO `currency` (`currency`, `symbol`, `timestamp`, `rate`, active) VALUES ('GPB','£','2009-01-23 08:15:20',11.317390, 0); > >-INSERT INTO `currency` (`currency`, `symbol`, `timestamp`, `rate`, active) VALUES ('GRN','гÑн.','2009-01-28 00:00:00',1.0, 0); >+INSERT INTO `currency` (`currency`, `symbol`, `timestamp`, `rate`, active) VALUES ('UAH','гÑн.','2009-01-28 00:00:00',1.0, 0); > > INSERT INTO `currency` (`currency`, `symbol`, `timestamp`, `rate`, active) VALUES ('RUB','ÑÑб.','2009-01-28 00:00:00',21.166, 1); > >diff --git a/installer/data/mysql/uk-UA/optional/sample_currency.sql b/installer/data/mysql/uk-UA/optional/sample_currency.sql >index eb13785ff2..72558c0686 100644 >--- a/installer/data/mysql/uk-UA/optional/sample_currency.sql >+++ b/installer/data/mysql/uk-UA/optional/sample_currency.sql >@@ -1,7 +1,7 @@ > -- Example of currency rates. > > INSERT INTO `currency` (currency, symbol, timestamp, rate, active, archived) VALUES >-('GRN', 'гÑн.', '2016-10-31 00:00:00', 1.0, 1, 0), >+('UAH', 'гÑн.', '2016-10-31 00:00:00', 1.0, 1, 0), > ('USD', '$', '2016-10-31 00:00:00', 25.49595, 0, 0), > ('EUR', 'â¬', '2016-10-31 00:00:00', 27.84667, 0, 0), > ('RUB', 'ÑÑб.', '2016-10-31 00:00:00', 0.40532, 0, 0), >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11996
:
84118
|
115486
|
115588
|
115607
|
115608