fix: change customer to supplier
This commit is contained in:
parent
2046024de9
commit
642a5b69f5
@ -35,9 +35,9 @@ frappe.query_reports["Supplier Ledger Summary"] = {
|
||||
},
|
||||
{
|
||||
"fieldname":"party",
|
||||
"label": __("Customer"),
|
||||
"label": __("Supplier"),
|
||||
"fieldtype": "Link",
|
||||
"options": "Customer",
|
||||
"options": "Supplier",
|
||||
on_change: () => {
|
||||
var party = frappe.query_report.get_filter_value('party');
|
||||
if (party) {
|
||||
|
Loading…
Reference in New Issue
Block a user