From cbaf7f08f5d020f451d7cdb437b1130cae2b7043 Mon Sep 17 00:00:00 2001 From: Himanshu Warekar Date: Sun, 11 Aug 2019 09:12:38 +0530 Subject: [PATCH] fix: codacy --- .../report/addresses_and_contacts/addresses_and_contacts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], } } }