mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 14:09:19 +00:00
Contact Doctype don't have any field job_title. (#36156)
fix: Contact Doctype doesn't have any field called `job_title`
fix: Contact Doctype doesn't have any field called `job_title`
(cherry picked from commit 49be740736)
Co-authored-by: Sumit Jain <59503001+sumitjain236@users.noreply.github.com>
This commit is contained in:
@@ -185,7 +185,7 @@ class Lead(SellingController, CRMNote):
|
|||||||
"last_name": self.last_name,
|
"last_name": self.last_name,
|
||||||
"salutation": self.salutation,
|
"salutation": self.salutation,
|
||||||
"gender": self.gender,
|
"gender": self.gender,
|
||||||
"job_title": self.job_title,
|
"designation": self.job_title,
|
||||||
"company_name": self.company_name,
|
"company_name": self.company_name,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user