From dbb80cb5709607fbb34b670cc13da513c55d7eb2 Mon Sep 17 00:00:00 2001
From: Tytus
Date: Thu, 24 Jul 2014 18:46:17 +0200
Subject: [PATCH] Add currency name and correct the Polish number format.
---
frappe/country_info.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/frappe/country_info.json b/frappe/country_info.json
index 2929532ea0..b7bf4d17a1 100644
--- a/frappe/country_info.json
+++ b/frappe/country_info.json
@@ -1903,10 +1903,11 @@
},
"Poland": {
"code": "pl",
+ "currency": "PLN",
"currency_fraction": "Grosz",
"currency_fraction_units": 100,
"currency_symbol": "z\u0142",
- "number_format": "#,###.##",
+ "number_format": "#.###,##",
"timezones": [
"Europe/Warsaw"
]
|