From 3c015a1fd770dc163f211f3c3d298b83a9434de9 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 11:40:03 +0530 Subject: [PATCH] fix: sudan country info (#23709) (#23998) * Update country_info.json Update Sudan Currency * chore: fix currency symbol --------- Co-authored-by: Ankush Menat [skip ci] (cherry picked from commit 6b24b9aa13df00a257adfcd40892e4acce688fd4) Co-authored-by: Ayman Mustafa <84941140+MEClouds@users.noreply.github.com> --- frappe/geo/country_info.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frappe/geo/country_info.json b/frappe/geo/country_info.json index b027dc38d5..8ff39c37d7 100644 --- a/frappe/geo/country_info.json +++ b/frappe/geo/country_info.json @@ -2550,15 +2550,17 @@ }, "Sudan": { "code": "sd", + "currency": "SDG", "currency_fraction": "Piastre", "currency_fraction_units": 100, - "currency_symbol": "\u00a3", + "currency_name": "Sudanese Pound", + "currency_symbol": "\u062c.\u0633.", "number_format": "#,###.##", "timezones": [ - "Africa/Khartoum" + "Africa/Khartoum" ], "isd": "+249" - }, +}, "Suriname": { "code": "sr", "currency": "SRD",