mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 11:44:11 +00:00
fix: Unable to 'Get Suppliers' using tags in Request for Quotation (#41626)
(cherry picked from commit 683c1f04c8)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
@@ -513,7 +513,7 @@ erpnext.buying.RequestforQuotationController = class RequestforQuotationControll
|
|||||||
method: "frappe.desk.doctype.tag.tag.get_tagged_docs",
|
method: "frappe.desk.doctype.tag.tag.get_tagged_docs",
|
||||||
args: {
|
args: {
|
||||||
doctype: "Supplier",
|
doctype: "Supplier",
|
||||||
tag: args.tag,
|
tag: "%" + args.tag + "%",
|
||||||
},
|
},
|
||||||
callback: load_suppliers,
|
callback: load_suppliers,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user