mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 11:44:11 +00:00
chore: update label
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user