Skip to content

Commit

Permalink
fix: Unable to 'Get Suppliers' using tags in Request for Quotation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitwaghchaure authored May 24, 2024
1 parent b6350c8 commit 683c1f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,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,
});
Expand Down

0 comments on commit 683c1f0

Please sign in to comment.