mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
chore: update label
This commit is contained in:
@@ -244,7 +244,7 @@ class PartyLedgerSummaryReport:
|
|||||||
]
|
]
|
||||||
|
|
||||||
if self.filters.show_dr_cr:
|
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
|
return columns
|
||||||
|
|
||||||
def get_data(self):
|
def get_data(self):
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ frappe.query_reports["Supplier Ledger Summary"] = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldname: "show_dr_cr",
|
fieldname: "show_dr_cr",
|
||||||
label: __("Closing Balnce in Dr/Cr"),
|
label: __("Closing Balance in Dr/Cr"),
|
||||||
fieldtype: "Check",
|
fieldtype: "Check",
|
||||||
default: 0,
|
default: 0,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user