diff --git a/frappe/contacts/address_and_contact.py b/frappe/contacts/address_and_contact.py index ae712f7c5a..16ae1ca68d 100644 --- a/frappe/contacts/address_and_contact.py +++ b/frappe/contacts/address_and_contact.py @@ -116,6 +116,7 @@ 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",