fix: selection of timezone after changing the language (#32211)

It works without changing language because the timezone was auto-filled on country selection.
This commit is contained in:
Suhail 2025-04-19 17:39:14 +05:30 committed by GitHub
parent 2988dba2c7
commit f7f408bfd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -525,7 +525,7 @@ frappe.setup.utils = {
if (r.message) {
frappe.wizard.values.currency = r.message.currency;
frappe.wizard.values.country = r.message.country;
frappe.wizard.values.timezone = r.message.timezone;
frappe.wizard.values.timezone = r.message.time_zone;
frappe.wizard.values.language = r.message.language;
frappe.db.get_value(