Selaa lähdekoodia

Update email_alert.js

version-14
Nabin Hait 8 vuotta sitten
committed by GitHub
vanhempi
commit
4d624001d7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      frappe/email/doctype/email_alert/email_alert.js

+ 1
- 1
frappe/email/doctype/email_alert/email_alert.js Näytä tiedosto

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

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

// set email recipient options


Ladataan…
Peruuta
Tallenna