fix: Add default timezone for Laos (#11705)

This commit is contained in:
Kenneth Sequeira 2020-10-14 13:04:42 +05:30 committed by GitHub
parent e9fa3164fe
commit 09c625cc67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -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",

View file

@ -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