fix: contact permmission issue (#24503)

This commit is contained in:
Anupam Kumar 2021-02-02 12:43:13 +05:30 committed by GitHub
parent 91a02868cb
commit 7d64a291b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,7 +176,7 @@ class Lead(SellingController):
"phone": self.mobile_no "phone": self.mobile_no
}) })
contact.insert() contact.insert(ignore_permissions=True)
return contact return contact