From 973a5f48125bdbc50ef1c9d5bbad7aa2fb5a9105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Sat, 18 Jun 2016 16:15:25 +0200 Subject: [PATCH] Bug 16768: Update systempreferences.options (additional value CH) As of comment #5, adding file installer/data/mysql/atomicupdate/bug_Bug_16768_official_number_format_switzerland.sql --- .../atomicupdate/bug_Bug_16768_official_number_format_switzerland.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 installer/data/mysql/atomicupdate/bug_Bug_16768_official_number_format_switzerland.sql diff --git a/installer/data/mysql/atomicupdate/bug_Bug_16768_official_number_format_switzerland.sql b/installer/data/mysql/atomicupdate/bug_Bug_16768_official_number_format_switzerland.sql new file mode 100644 index 0000000..bf30a56 --- /dev/null +++ b/installer/data/mysql/atomicupdate/bug_Bug_16768_official_number_format_switzerland.sql @@ -0,0 +1 @@ +UPDATE `systempreferences` set options = 'US|FR|CH' where variable = 'CurrencyFormat'; -- 1.7.10.4