fix(typo): comment.py
This commit is contained in:
parent
7b691cdd64
commit
c22fcc61d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue