fix(typo): comment.py

This commit is contained in:
Rushabh Mehta 2019-02-26 17:04:58 +05:30
parent 7b691cdd64
commit c22fcc61d7

View file

@ -102,7 +102,7 @@ class Comment(Document):
def on_doctype_update():
frappe.db.add_index("Comment", ["reference_doctype", "reference_name"])
frappe.db.add_index("Communication", ["link_doctype", "link_name"])
frappe.db.add_index("Comment", ["link_doctype", "link_name"])
def update_comment_in_doc(doc):