Merge pull request #16951 from hrwX/change-to-supplier

fix(Supplier Ledger Summary): Change Customer to Supplier in Supplier Ledger Summary
This commit is contained in:
Rushabh Mehta
2019-03-19 09:47:14 +05:30
committed by GitHub

View File

@@ -35,9 +35,9 @@ frappe.query_reports["Supplier Ledger Summary"] = {
}, },
{ {
"fieldname":"party", "fieldname":"party",
"label": __("Customer"), "label": __("Supplier"),
"fieldtype": "Link", "fieldtype": "Link",
"options": "Customer", "options": "Supplier",
on_change: () => { on_change: () => {
var party = frappe.query_report.get_filter_value('party'); var party = frappe.query_report.get_filter_value('party');
if (party) { if (party) {