Merge pull request #648 from pu-raihan/dev2
fix: allow Table fieldtype while converting Lead to Deal
This commit is contained in:
commit
f8394c32a4
@ -211,7 +211,6 @@ class CRMLead(Document):
|
||||
"HTML",
|
||||
"Button",
|
||||
"Attach",
|
||||
"Table",
|
||||
]
|
||||
restricted_map_fields = [
|
||||
"name",
|
||||
@ -233,6 +232,7 @@ class CRMLead(Document):
|
||||
"first_responded_on",
|
||||
"communication_status",
|
||||
"sla_creation",
|
||||
"status_change_log",
|
||||
]
|
||||
|
||||
for field in self.meta.fields:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user