diff --git a/frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js b/frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js index 16f5979eff..10137e80d5 100644 --- a/frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js +++ b/frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js @@ -12,7 +12,7 @@ frappe.query_reports["Addresses And Contacts"] = { "get_query": function() { return { "filters": { - "name": ["in","Contact, Address"], + "name": ["in", "Contact, Address"], } } }