Browse Source

Update email_alert.js

version-14
Nabin Hait 8 years ago
committed by GitHub
parent
commit
4d624001d7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/email/doctype/email_alert/email_alert.js

+ 1
- 1
frappe/email/doctype/email_alert/email_alert.js View File

@@ -26,7 +26,7 @@ frappe.email_alert = {


var email_fields = $.map(fields, var email_fields = $.map(fields,
function(d) { return (d.options == "Email" || function(d) { return (d.options == "Email" ||
(d.option=='User' && d.fieldtype=='Link')) ?
(d.options=='User' && d.fieldtype=='Link')) ?
get_select_options(d) : null; }); get_select_options(d) : null; });


// set email recipient options // set email recipient options


Loading…
Cancel
Save