chore: wrapped text in translate function

This commit is contained in:
Khushi Rawat
2025-06-03 12:33:46 +05:30
parent 0dbebe74c1
commit ff285307c6

View File

@@ -244,7 +244,9 @@ class PartyLedgerSummaryReport:
]
if self.filters.show_dr_cr:
columns.append({"label": "Dr or Cr", "fieldname": "dr_or_cr", "fieldtype": "Data", "width": 100})
columns.append(
{"label": _("Dr or Cr"), "fieldname": "dr_or_cr", "fieldtype": "Data", "width": 100}
)
return columns
def get_data(self):