fix: Skipping*

This commit is contained in:
Afshan 2020-06-19 18:19:06 +05:30
parent fbd66574ad
commit 65f00cea15

View File

@ -24,7 +24,7 @@ class Analytics(object):
self.get_data() self.get_data()
self.get_chart_data() self.get_chart_data()
# Skiping total row for tree-view reports # Skipping total row for tree-view reports
skip_total_row = 0 skip_total_row = 0
if self.filters.tree_type in ["Supplier Group", "Item Group", "Customer Group", "Territory"]: if self.filters.tree_type in ["Supplier Group", "Item Group", "Customer Group", "Territory"]: