Browse Source

fix error in email queue (#3728)

version-14
Manas Solanki 8 years ago
committed by Makarand Bauskar
parent
commit
bd4d0e45ca
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      frappe/email/queue.py

+ 1
- 0
frappe/email/queue.py View File

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


return msg_obj.as_string() return msg_obj.as_string()


Loading…
Cancel
Save