diff --git a/frappe/email/doctype/email_alert/email_alert.js b/frappe/email/doctype/email_alert/email_alert.js index 2042b62679..3736585f9a 100755 --- a/frappe/email/doctype/email_alert/email_alert.js +++ b/frappe/email/doctype/email_alert/email_alert.js @@ -34,6 +34,7 @@ frappe.email_alert = { // set first option as blank to allow email alert not to be defaulted to the owner frm.doc.name).options = [""].concat(["owner"].concat(email_fields)); + frm.fields_dict.recipients.grid.refresh(); }); } }