From 8583c01cad9b5fd693ae158388aca0db0c4a9f7f Mon Sep 17 00:00:00 2001 From: Anas AlGhanem Date: Thu, 28 Dec 2023 00:33:48 -0500 Subject: [PATCH] fix(Geo): Add timezone for palestinian territory country (#23986) * Add timezone for palestinian territory country. It's blocking the first start wizard from completion. * add currency and additional timezone for Palestine [skip ci] --- frappe/geo/country_info.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/frappe/geo/country_info.json b/frappe/geo/country_info.json index eba166d8fc..b027dc38d5 100644 --- a/frappe/geo/country_info.json +++ b/frappe/geo/country_info.json @@ -2089,8 +2089,17 @@ }, "Palestinian Territory, Occupied": { "code": "ps", + "currency": "ILS", + "currency_fraction": "Agora", + "currency_fraction_units": 100, + "currency_name": "New Israeli Sheqel", + "currency_symbol": "\u20aa", "number_format": "#,###.##", - "isd": "+970" + "isd": "+970", + "timezones": [ + "Asia/Hebron", + "Asia/Jerusalem" + ] }, "Panama": { "code": "pa",