소스 검색

fix(minor): incorrect condition

version-14
Rushabh Mehta 3 년 전
부모
커밋
d2b9fc89ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      frappe/desk/form/load.py

+ 1
- 1
frappe/desk/form/load.py 파일 보기

@@ -149,7 +149,7 @@ def add_comments(doc, docinfo):
elif c.comment_type in ('Assignment Completed', 'Assigned'):
docinfo.assignment_logs.append(c)

elif c.comment_type == ('Attachment', 'Attachment Removed'):
elif c.comment_type in ('Attachment', 'Attachment Removed'):
docinfo.attachment_logs.append(c)

elif c.comment_type in ('Info', 'Edit', 'Label'):


불러오는 중...
취소
저장