Browse Source

fix: review fixes

develop
Saqib Ansari 4 years ago
parent
commit
826b39559d
  1. 2
      erpnext/selling/report/sales_analytics/sales_analytics.py

2
erpnext/selling/report/sales_analytics/sales_analytics.py

@ -241,8 +241,6 @@ class Analytics(object):
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

Loading…
Cancel
Save