From ccaee408d0e856bda5c09f03ed0dcd2608f0f792 Mon Sep 17 00:00:00 2001 From: John Clarke Date: Thu, 22 Aug 2019 16:04:46 -0600 Subject: [PATCH] Change El Salvador currency to USD syntax error fix Change double quotes character - on my initial submit PR # 8247 I did not notice the syntax checker flagged this error :-) --- frappe/geo/country_info.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/frappe/geo/country_info.json b/frappe/geo/country_info.json index dca4cb5365..7b8685e0a2 100644 --- a/frappe/geo/country_info.json +++ b/frappe/geo/country_info.json @@ -770,18 +770,18 @@ "Africa/Cairo" ] }, - “El Salvador”: { - “code”: “sv”, - “currency”: “USD”, - “currency_fraction”: “Centavo”, - “currency_fraction_units”: 100, - “smallest_currency_fraction_value”: 0.01, - “currency_name”: “Dolar estadounidense”, - “currency_symbol”: “$”, - “date_format”: “dd-mm-yyyy”, - “number_format”: “#,###.##”, - “timezones”: [ - “America/El_Salvador” + "El Salvador": { + "code": "sv", + "currency": "USD", + "currency_fraction": "Centavo", + "currency_fraction_units": 100, + "smallest_currency_fraction_value": 0.01, + "currency_name": "Dolar estadounidense", + "currency_symbol": "$", + "date_format": "dd-mm-yyyy", + "number_format": "#,###.##", + "timezones": [ + "America/El_Salvador" ] }, "Equatorial Guinea": {