diff --git a/frappe/contacts/address_and_contact.py b/frappe/contacts/address_and_contact.py index 16ae1ca68d..ae712f7c5a 100644 --- a/frappe/contacts/address_and_contact.py +++ b/frappe/contacts/address_and_contact.py @@ -116,7 +116,6 @@ def filter_dynamic_link_doctypes( txt = txt or "" filters = filters or {} - filters.pop("name", None) # ignore unsupported "name" filter - passed by validate_link_and_fetch _doctypes_from_df = frappe.get_all( "DocField",