This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix(typo): comments.py
version-14
Rushabh Mehta
6 years ago
parent
9958662b39
commit
09e149bec3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/core/doctype/comment/comment.py
+ 1
- 1
frappe/core/doctype/comment/comment.py
View File
@@ -115,7 +115,7 @@ def update_comment_in_doc(doc):
}"""
# only comments get updates, not likes, assignments etc.
if
self
.comment_type != 'Comment':
if
doc
.comment_type != 'Comment':
return
def get_truncated(content):
Write
Preview
Loading…
Cancel
Save