fix: invalid filter on email acccount (#25674)
This commit is contained in:
parent
f11313d4c9
commit
59b95a4d19
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ frappe.listview_settings["Email Account"] = {
|
|||
return [__("Default Sending"), color, "default_outgoing,=,Yes"];
|
||||
} else {
|
||||
color = doc.enable_incoming ? "blue" : "gray";
|
||||
return [__("Inbox"), color, "is_global,=,No|is_default=No"];
|
||||
return [__("Inbox"), color, "default_outgoing,=,No|default_incoming=No"];
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue