mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-13 03:45:08 +00:00
fix: Replace 'Totals' with 'Total'
(cherry picked from commit 1affa12b74)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user