fix: industry not getting synced on convertion

This commit is contained in:
Shariq Ansari 2024-08-05 12:56:33 +05:30
parent 48f05fc1af
commit 686400a965

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,
}
)