mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
fix: contact permmission issue (#24503)
This commit is contained in:
@@ -176,7 +176,7 @@ class Lead(SellingController):
|
||||
"phone": self.mobile_no
|
||||
})
|
||||
|
||||
contact.insert()
|
||||
contact.insert(ignore_permissions=True)
|
||||
|
||||
return contact
|
||||
|
||||
|
||||
Reference in New Issue
Block a user