mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 09:05:00 +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",
|
||||
order_by: "name",
|
||||
fields: ["name"],
|
||||
filters: [["Supplier", "supplier_group_name", "=", args.supplier_group]]
|
||||
filters: [["Supplier", "supplier_group", "=", args.supplier_group]]
|
||||
|
||||
},
|
||||
callback: load_suppliers
|
||||
|
||||
Reference in New Issue
Block a user