diff --git a/erpnext/selling/doctype/quotation/quotation.js b/erpnext/selling/doctype/quotation/quotation.js index 895e33415f1..1e6c729b892 100644 --- a/erpnext/selling/doctype/quotation/quotation.js +++ b/erpnext/selling/doctype/quotation/quotation.js @@ -16,7 +16,7 @@ frappe.ui.form.on("Quotation", { frm.set_query("quotation_to", function () { return { filters: { - name: ["in", ["Customer", "Lead", "Prospect"]], + name: ["in", ["Customer", "Lead", "Prospect", "CRM Deal"]], }, }; });