Bugzilla – Attachment 84118 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: Made RUB default currency for ru-RU
Bug-11996-Made-RUB-default-currency-for-ru-RU.patch (text/plain), 1.54 KB, created by
Ethan
on 2019-01-17 02:45:28 UTC
(
hide
)
Description:
Bug 11996: Made RUB default currency for ru-RU
Filename:
MIME Type:
Creator:
Ethan
Created:
2019-01-17 02:45:28 UTC
Size:
1.54 KB
patch
obsolete
>From c1adb50a798604fda98682ff6f419d890c564440 Mon Sep 17 00:00:00 2001 >From: Ethan Amohia <ethan.amohia@gmail.com> >Date: Thu, 17 Jan 2019 02:42:32 +0000 >Subject: [PATCH] Bug 11996: Made RUB default currency for ru-RU > >Didn't know how to change the uk-UA default currency. >--- > installer/data/mysql/ru-RU/optional/sample_currency.sql | 4 ++-- > 1 file 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 6f2eb87491..0d8890dda0 100644 >--- a/installer/data/mysql/ru-RU/optional/sample_currency.sql >+++ b/installer/data/mysql/ru-RU/optional/sample_currency.sql >@@ -4,8 +4,8 @@ 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, 1); >+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 ('RUB','ÑÑб.','2009-01-28 00:00:00',21.166, 0); >+INSERT INTO `currency` (`currency`, `symbol`, `timestamp`, `rate`, active) VALUES ('RUB','ÑÑб.','2009-01-28 00:00:00',21.166, 1); > > INSERT INTO `currency` (`currency`, `symbol`, `timestamp`, `rate`, active) VALUES ('USD','$','2009-01-23 08:15:20',7.7, 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