소스 검색

fix error in email queue (#3728)

version-14
Manas Solanki 8 년 전
committed by Makarand Bauskar
부모
커밋
bd4d0e45ca
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      frappe/email/queue.py

+ 1
- 0
frappe/email/queue.py 파일 보기

@@ -495,6 +495,7 @@ def prepare_message(email, recipient, recipients_list):
'fcontent': fcontent,
'parent': msg_obj
})
attachment.pop("fid", None)
add_attachment(**attachment)

return msg_obj.as_string()


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