Merge pull request #27292 from anupamvs/comany-name-field-issue-develop

fix: mapping for company name lead->contact
This commit is contained in:
Anupam Kumar 2021-09-02 09:32:47 +05:30 committed by GitHub
commit c25367f107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,6 +174,7 @@ class Lead(SellingController):
"salutation": self.salutation,
"gender": self.gender,
"designation": self.designation,
"company_name": self.company_name,
})
if self.email_id: