fix: codacy
This commit is contained in:
parent
dd7ce89cf6
commit
cbaf7f08f5
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