fix: Contact Doctype doesn't have any field called job_title
fix: Contact Doctype doesn't have any field called `job_title`
This commit is contained in:
parent
17585f08ba
commit
49be740736
@ -182,7 +182,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,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user