[hotfix] dont update the modified date for already fetched email (communication)
This commit is contained in:
parent
82193d8fcf
commit
cd989da770
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ class EmailAccount(Document):
|
|||
if names:
|
||||
name = names[0].get("name")
|
||||
# email is already available update communication uid instead
|
||||
frappe.db.set_value("Communication", name, "uid", uid)
|
||||
frappe.db.set_value("Communication", name, "uid", uid, update_modified=False)
|
||||
return
|
||||
|
||||
communication = frappe.get_doc({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue