mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 06:28:29 +00:00
fix: mapping for company name lead->contact
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user