Update frappe/desk/reportview.py
Co-Authored-By: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
This commit is contained in:
parent
ddaae94282
commit
6c39d3c3d3
1 changed files with 0 additions and 1 deletions
|
|
@ -275,7 +275,6 @@ def get_sidebar_stats(stats, doctype, filters=[]):
|
|||
elif len(filter) == 4 and filter[0] == doctype:
|
||||
with_child_table_filter = True
|
||||
|
||||
filters.pop(idx)
|
||||
|
||||
for tag in frappe.get_all("Tag Link", filters={"document_type": doctype}, fields=["tag"]):
|
||||
if tag.tag in tag_list:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue