fix: mapping for company name lead->contact
This commit is contained in:
parent
c8f22e5524
commit
821f6a6178
@ -167,6 +167,7 @@ class Lead(SellingController):
|
||||
"salutation": self.salutation,
|
||||
"gender": self.gender,
|
||||
"designation": self.designation,
|
||||
"company_name": self.company_name,
|
||||
})
|
||||
|
||||
if self.email_id:
|
||||
|
Loading…
x
Reference in New Issue
Block a user