diff --git a/frappe/geo/country_info.json b/frappe/geo/country_info.json index 6a56107333..e4c4e278b0 100644 --- a/frappe/geo/country_info.json +++ b/frappe/geo/country_info.json @@ -558,6 +558,8 @@ "code": "cn", "currency": "CNY", "currency_name": "Yuan Renminbi", + "currency_fraction_units": 100, + "smallest_currency_fraction_value": 0.01, "date_format": "yyyy-mm-dd", "number_format": "#,###.##", "timezones": [ @@ -1389,7 +1391,10 @@ "code": "la", "currency": "LAK", "currency_name": "Kip", - "number_format": "#,###.##" + "number_format": "#,###.##", + "timezones":[ + "Asia/Vientiane" + ] }, "Latvia": { "code": "lv", diff --git a/frappe/patches.txt b/frappe/patches.txt index b701623b1c..05f067f4b9 100644 --- a/frappe/patches.txt +++ b/frappe/patches.txt @@ -207,7 +207,7 @@ frappe.patches.v9_1.resave_domain_settings frappe.patches.v9_1.revert_domain_settings frappe.patches.v9_1.move_feed_to_activity_log execute:frappe.delete_doc('Page', 'data-import-tool', ignore_missing=True) -frappe.patches.v10_0.reload_countries_and_currencies # 20-10-2020 +frappe.patches.v10_0.reload_countries_and_currencies # 14-10-2020 frappe.patches.v10_0.refactor_social_login_keys frappe.patches.v10_0.enable_chat_by_default_within_system_settings frappe.patches.v10_0.remove_custom_field_for_disabled_domain