diff --git a/crm/fcrm/doctype/crm_lead/crm_lead.py b/crm/fcrm/doctype/crm_lead/crm_lead.py index a7a41d34..83705a62 100644 --- a/crm/fcrm/doctype/crm_lead/crm_lead.py +++ b/crm/fcrm/doctype/crm_lead/crm_lead.py @@ -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: