fix: Do not show "Not Saved" on loading System Settings (#17967)
This commit is contained in:
parent
7e34da6bec
commit
81fa146330
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ frappe.ui.form.on("System Settings", {
|
|||
frm.set_df_property("time_zone", "options", frappe.all_timezones);
|
||||
|
||||
$.each(data.message.defaults, function (key, val) {
|
||||
frm.set_value(key, val);
|
||||
frm.set_value(key, val, null, true);
|
||||
frappe.sys_defaults[key] = val;
|
||||
});
|
||||
if (frm.re_setup_moment) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue