Merge pull request #15753 from Zlash65/fix-mod
[Minor] Field name fix to fetch Supplier
This commit is contained in:
commit
cf076f4692
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user