mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-12 11:25:09 +00:00
chore: wrapped text in translate function
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user