소스 검색

Update email_alert.js

version-14
Nabin Hait 8 년 전
committed by GitHub
부모
커밋
4d624001d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      frappe/email/doctype/email_alert/email_alert.js

+ 1
- 1
frappe/email/doctype/email_alert/email_alert.js 파일 보기

@@ -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


불러오는 중...
취소
저장