Skip to content

Commit

Permalink
fix: Remove unnecessary code to avoid timestamp conflict
Browse files Browse the repository at this point in the history
(cherry picked from commit ce27d78)
(cherry picked from commit 2f78f86)
(cherry picked from commit 410d976)
  • Loading branch information
surajshetty3416 authored and mergify[bot] committed Apr 14, 2023
1 parent c509dd3 commit 3ef34c2
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 3ef34c2

Please sign in to comment.