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:
parent
2988dba2c7
commit
f7f408bfd2
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue