Skip to content

Commit

Permalink
fix(Geo): Add timezone for palestinian territory country (#23986) (#2…
Browse files Browse the repository at this point in the history
…3992)

* Add timezone for palestinian territory country. It's blocking the first start wizard from completion.

* add currency and additional timezone for Palestine

[skip ci]

(cherry picked from commit 8583c01)

Co-authored-by: Anas AlGhanem <aghanem@live.com>
  • Loading branch information
mergify[bot] and aghanem committed Dec 28, 2023
1 parent a66b5df commit d17c79d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion frappe/geo/country_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d17c79d

Please sign in to comment.