Skip to content

Commit de5d072

Browse files
fix: comment adding of commonucation link to dynamic link contacts
1 parent 7ed646c commit de5d072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frappe/core/doctype/communication/communication.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def set_timeline_links(self):
355355
self.add_link("Contact", contact_name)
356356

357357
# link contact's dynamic links to communication
358-
# add_contact_links_to_communication(self, contact_name) # commented out as the dynamic links: Customer/Supplier should not be linked to communication only on Contact timeline
358+
# add_contact_links_to_communication(self, contact_name) # Commented out as the dynamic links: Customer/Supplier should not be linked to communication only on Contact timeline
359359

360360
def deduplicate_timeline_links(self):
361361
if self.timeline_links:

0 commit comments

Comments
 (0)