chore: update label

This commit is contained in:
Khushi Rawat
2025-06-03 12:23:56 +05:30
parent 22ea62e92f
commit 0dbebe74c1
2 changed files with 2 additions and 2 deletions

View File

@@ -244,7 +244,7 @@ class PartyLedgerSummaryReport:
]
if self.filters.show_dr_cr:
columns.append({"label": "Dr/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):

View File

@@ -98,7 +98,7 @@ frappe.query_reports["Supplier Ledger Summary"] = {
},
{
fieldname: "show_dr_cr",
label: __("Closing Balnce in Dr/Cr"),
label: __("Closing Balance in Dr/Cr"),
fieldtype: "Check",
default: 0,
},