mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
fix: review fixes
This commit is contained in:
@@ -241,8 +241,6 @@ class Analytics(object):
|
|||||||
self.entity_periodic_data[d.parent][period] += amount
|
self.entity_periodic_data[d.parent][period] += amount
|
||||||
total += amount
|
total += amount
|
||||||
|
|
||||||
if not total_row.get(scrub(period)): total_row[scrub(period)] = 0
|
|
||||||
|
|
||||||
row["total"] = total
|
row["total"] = total
|
||||||
out = [row] + out
|
out = [row] + out
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user