Skip to content

Commit

Permalink
Merge pull request #20697 from frappe/mergify/bp/version-13/pr-20696
Browse files Browse the repository at this point in the history
  • Loading branch information
surajshetty3416 committed Apr 14, 2023
2 parents c509dd3 + 3ef34c2 commit 55d197a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frappe/core/doctype/communication/communication.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,9 +555,6 @@ def update_parent_document_on_communication(doc):
parent.db_set("status", "Open")
parent.run_method("handle_hold_time", "Replied")
apply_assignment_rule(parent)
else:
# update the modified date for document
parent.update_modified()

update_first_response_time(parent, doc)
set_avg_response_time(parent, doc)
Expand Down

0 comments on commit 55d197a

Please sign in to comment.