Skip to content

Commit

Permalink
T1687 - Cannot log calls in interaction resume (#1944)
Browse files Browse the repository at this point in the history
* fix: add back required field

* chore: format

* fix: remove communication_id

---------

Co-authored-by: Clément <clement.charmillot@gmail.com>
  • Loading branch information
clementcharmillot and Clément authored Aug 13, 2024
1 parent f78417f commit fcb5c50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion partner_communication_crm_phone/wizards/call_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def call_log(self, state):
"state": state,
"description": self.comments,
"name": communication.config_id.name,
"communication_id": communication_id,
"partner_id": communication.partner_id.id,
}
if state == "done":
Expand Down

0 comments on commit fcb5c50

Please sign in to comment.