fix: include CRM Deal in quotation to filters

(cherry picked from commit 519dc0b958)
This commit is contained in:
shahzeelahmed
2026-06-02 12:39:29 +05:30
committed by Mergify
parent 3917415368
commit f7e6542bcd

View File

@@ -16,7 +16,7 @@ frappe.ui.form.on("Quotation", {
frm.set_query("quotation_to", function () { frm.set_query("quotation_to", function () {
return { return {
filters: { filters: {
name: ["in", ["Customer", "Lead", "Prospect"]], name: ["in", ["Customer", "Lead", "Prospect", "CRM Deal"]],
}, },
}; };
}); });