mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +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:
|
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
|
return columns
|
||||||
|
|
||||||
def get_data(self):
|
def get_data(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user