chore: linter fix
This commit is contained in:
parent
428eaf6a16
commit
108e128b46
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ frappe.report_utils = {
|
|||
!frappe.query_reports[report_name].filter &&
|
||||
r.filters
|
||||
) {
|
||||
return frappe.query_reports[report_name].filters = r.filters
|
||||
return (frappe.query_reports[report_name].filters = r.filters)
|
||||
}
|
||||
return (
|
||||
frappe.query_reports[report_name] &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue