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:
mergify[bot]
2023-08-04 17:52:29 +05:30
committed by GitHub
parent 8e8e59cecb
commit cf2a3e2fc5

View File

@@ -185,7 +185,7 @@ class Lead(SellingController, CRMNote):
"last_name": self.last_name,
"salutation": self.salutation,
"gender": self.gender,
"job_title": self.job_title,
"designation": self.job_title,
"company_name": self.company_name,
}
)