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