fix: codacy

This commit is contained in:
Himanshu Warekar 2019-08-11 09:12:38 +05:30
parent dd7ce89cf6
commit cbaf7f08f5

View file

@ -12,7 +12,7 @@ frappe.query_reports["Addresses And Contacts"] = {
"get_query": function() {
return {
"filters": {
"name": ["in","Contact, Address"],
"name": ["in", "Contact, Address"],
}
}
}