diff --git a/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js b/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js index 93f2c17225cb0fb823572b854246648b3225c724..46ebaa5757de225e6339beef8db7f8418bf4f61c 100644 --- a/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js +++ b/erpnext/buying/doctype/request_for_quotation/request_for_quotation.js @@ -518,7 +518,7 @@ erpnext.buying.RequestforQuotationController = class RequestforQuotationControll method: "frappe.desk.doctype.tag.tag.get_tagged_docs", args: { doctype: "Supplier", - tag: args.tag, + tag: "%" + args.tag + "%", }, callback: load_suppliers, });