commit | 826b39559db854df6a6c22447b7aacdb379055bc | [log] [tgz] |
---|---|---|
author | Saqib Ansari <nextchamp.saqib@gmail.com> | Sat May 02 19:50:45 2020 +0530 |
committer | Saqib Ansari <nextchamp.saqib@gmail.com> | Sat May 02 19:50:45 2020 +0530 |
tree | 19f2bf01bbdb066f1ab430bd665609620181f3ef | |
parent | 971170c59025cfebd38c7bb7a2bd9633064625d8 [diff] |
fix: review fixes
diff --git a/erpnext/selling/report/sales_analytics/sales_analytics.py b/erpnext/selling/report/sales_analytics/sales_analytics.py index c0c1133..97d9322 100644 --- a/erpnext/selling/report/sales_analytics/sales_analytics.py +++ b/erpnext/selling/report/sales_analytics/sales_analytics.py
@@ -241,8 +241,6 @@ self.entity_periodic_data[d.parent][period] += amount total += amount - if not total_row.get(scrub(period)): total_row[scrub(period)] = 0 - row["total"] = total out = [row] + out