mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
field name fix
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