Skip to content

Commit

Permalink
Merge pull request #287 from shariquerik/industry-fix
Browse files Browse the repository at this point in the history
fix: industry not getting synced on convertion
  • Loading branch information
shariquerik authored Aug 5, 2024
2 parents 48f05fc + 686400a commit 994ff2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crm/fcrm/doctype/crm_lead/crm_lead.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def create_organization(self):
"organization_name": self.organization,
"website": self.website,
"territory": self.territory,
"industry": self.industry,
"annual_revenue": self.annual_revenue,
}
)
Expand Down

0 comments on commit 994ff2d

Please sign in to comment.