mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
Merge pull request #15753 from Zlash65/fix-mod
[Minor] Field name fix to fetch Supplier
This commit is contained in:
@@ -128,7 +128,7 @@ frappe.ui.form.on("Request for Quotation",{
|
|||||||
doctype: "Supplier",
|
doctype: "Supplier",
|
||||||
order_by: "name",
|
order_by: "name",
|
||||||
fields: ["name"],
|
fields: ["name"],
|
||||||
filters: [["Supplier", "supplier_group_name", "=", args.supplier_group]]
|
filters: [["Supplier", "supplier_group", "=", args.supplier_group]]
|
||||||
|
|
||||||
},
|
},
|
||||||
callback: load_suppliers
|
callback: load_suppliers
|
||||||
|
|||||||
Reference in New Issue
Block a user