Merge pull request #287 from shariquerik/industry-fix

fix: industry not getting synced on convertion
This commit is contained in:
Shariq Ansari 2024-08-05 12:57:17 +05:30 committed by GitHub
commit 994ff2db51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,6 +149,7 @@ class CRMLead(Document):
"organization_name": self.organization,
"website": self.website,
"territory": self.territory,
"industry": self.industry,
"annual_revenue": self.annual_revenue,
}
)