diff --git a/crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.py b/crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.py index fd37fba6c..739bde82f 100644 --- a/crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.py +++ b/crm/fcrm/doctype/crm_fields_layout/crm_fields_layout.py @@ -45,6 +45,7 @@ def get_fields_layout(doctype: str, type: str): "options": field.options, "mandatory": field.reqd, "placeholder": field.get("placeholder"), + "filters": field.get("link_filters") } section["fields"][section.get("fields").index(field["name"])] = field