fix: Replace 'Totals' with 'Total'

This commit is contained in:
GangaManoj 2021-11-16 03:36:47 +05:30
parent 508a2301ee
commit 1affa12b74

View File

@ -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)