fix: Replace 'Totals' with 'Total'
This commit is contained in:
@@ -264,7 +264,7 @@ class GrossProfitGenerator(object):
|
|||||||
if self.filters.get("group_by") == "Invoice":
|
if self.filters.get("group_by") == "Invoice":
|
||||||
self.totals.indent = 0.0
|
self.totals.indent = 0.0
|
||||||
self.totals.parent_invoice = ""
|
self.totals.parent_invoice = ""
|
||||||
self.totals.parent = "Totals"
|
self.totals.parent = "Total"
|
||||||
self.si_list.append(self.totals)
|
self.si_list.append(self.totals)
|
||||||
else:
|
else:
|
||||||
self.grouped_data.append(self.totals)
|
self.grouped_data.append(self.totals)
|
||||||
|
|||||||
Reference in New Issue
Block a user