feat: link communication by email
This commit is contained in:
parent
2507c6af97
commit
329531bf6e
1 changed files with 4 additions and 0 deletions
|
|
@ -442,6 +442,10 @@ class Communication(Document, CommunicationEmailMixin):
|
|||
|
||||
self.add_link(doctype, docname)
|
||||
|
||||
if not self.reference_doctype:
|
||||
self.reference_doctype = doctype
|
||||
self.reference_name = docname
|
||||
|
||||
# Timeline Links
|
||||
def set_timeline_links(self):
|
||||
contacts = []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue