mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-19 01:18:43 +00:00
Co-authored-by: Diptanil Saha <diptanil@frappe.io> fix(lead): added missing read permission check on `get_lead_details` (#56272)
This commit is contained in:
@@ -438,6 +438,7 @@ def get_lead_details(lead, posting_date=None, company=None, doctype=None):
|
|||||||
out = frappe._dict()
|
out = frappe._dict()
|
||||||
|
|
||||||
lead_doc = frappe.get_doc("Lead", lead)
|
lead_doc = frappe.get_doc("Lead", lead)
|
||||||
|
lead_doc.check_permission()
|
||||||
lead = lead_doc
|
lead = lead_doc
|
||||||
|
|
||||||
out.update(
|
out.update(
|
||||||
|
|||||||
Reference in New Issue
Block a user