mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
fix: change customer to supplier
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user