fix: contact permmission issue (#24503)
This commit is contained in:
parent
91a02868cb
commit
7d64a291b8
@ -176,7 +176,7 @@ class Lead(SellingController):
|
||||
"phone": self.mobile_no
|
||||
})
|
||||
|
||||
contact.insert()
|
||||
contact.insert(ignore_permissions=True)
|
||||
|
||||
return contact
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user