This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix error in email queue (
#3728
)
version-14
Manas Solanki
8 years ago
committed by
Makarand Bauskar
parent
f02145f63f
commit
bd4d0e45ca
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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,
'parent': msg_obj
})
attachment.pop("fid", None)
add_attachment(**attachment)
return msg_obj.as_string()
Write
Preview
Loading…
Cancel
Save