[fix] Communication Medium. Fixes #1357
This commit is contained in:
parent
ee2cc32111
commit
de4efdb705
1 changed files with 1 additions and 1 deletions
|
|
@ -366,7 +366,7 @@ def make(doctype=None, name=None, content=None, subject=None, sent_or_received =
|
|||
"sender": sender,
|
||||
"recipients": recipients,
|
||||
"cc": cc or None,
|
||||
"communication_medium": "Email",
|
||||
"communication_medium": communication_medium,
|
||||
"sent_or_received": sent_or_received,
|
||||
"reference_doctype": doctype,
|
||||
"reference_name": name
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue