mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 06:59:20 +00:00
fix: contact permmission issue (#24503)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user