chore: codacy fixes
This commit is contained in:
parent
c9c1baa3b0
commit
d50c35f3cf
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ frappe.query_reports["Addresses And Contacts"] = {
|
|||
"get_query": function() {
|
||||
return {
|
||||
"filters": {
|
||||
"name": ["in","Contact,Address"],
|
||||
"name": ["in","Contact, Address"],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue