Skip to content

Commit

Permalink
chore: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dj12djdjs committed May 28, 2022
1 parent 10659e0 commit f9f5d8b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def get_data(filters):
if filters.get(field):
query_filters[field] = ("in", filters.get(field))


query_filters["report_date"] = ["between", [filters.get("from_date"), filters.get("to_date")]]

return frappe.get_all(
Expand Down

0 comments on commit f9f5d8b

Please sign in to comment.