fix: Replace 'Totals' with 'Total'

(cherry picked from commit 1affa12b74)
This commit is contained in:
GangaManoj
2021-11-16 03:36:47 +05:30
committed by mergify-bot
parent 53d1733162
commit 46621bc3b1

View File

@@ -265,7 +265,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)